/* line-height */

.button:lang(ko){
    line-height: normal;
}


@media only screen and (max-width:734px){
    .button:lang(ko),
    .section-router .section-content .button:lang(ko),
    .section-all-stories .button:lang(ko){
        line-height: 1.2857742857;
    };

}

@media only screen and (max-width:734px){
    .section-browse .grid .grid-item .tile-content .tile-copy .button {
        line-height: 1.2
    };
}

@media only screen and (max-width:392px) {
    br.max-392 {
        display: none;
    }
}