@media only screen and (min-width:1069px) {
    .typography-all-stories-headline:lang(ko) {
        line-height: 1.1;
    }
}

.xsmall-custom{
    display: none;
}

@media only screen and (min-width:417px) and (max-width:734px){
    .xsmall-custom{
        display: block;
    }
}