
@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 2) {
    .maternity-sidebar__name {
        line-height: 20px !important;
        font-size: 15px !important;
    }
}


@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2) {
    .maternity-sidebar__name {
        line-height: 12px !important;
        font-size: 9px !important;
    }
    .maternity-sidebar__bold-text{
        font-size: 9px !important;
        line-height: 14px !important;
    }
}

@media (max-width: 480px) {
    
}