/*  ------  local   ------  */
body, html {
    overflow-x: clip !important;
}
body, html {
    overflow: unset;
}
.h-show-for-mobile{
    display: none;
}




/* Mobile */
@media (max-width: 480px) {
    body, html {
        overflow-x: clip !important;
    }
    body, html {
        overflow: unset;
    }
    .dsl__page .dsl__compare-item-content {
        max-width: calc( 100% - 40px) !important;
    }
    .show-desktop {
    display: none !important;
}
}

/* Tablet Portrait */
@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2) {
    body, html {
        overflow-x: clip !important;
    }
    body, html {
        overflow: unset;
    }
    .dsl__page .dsl__compare-item[data-item="1"] .dsl__compare-item-content {
        margin-left: -35px !important;
    }
    .dsl__page .dsl__compare-item[data-item="2"] .dsl__compare-item-content {
        margin-right: -35px !important;
    }

    .h-show-for-mobile{
        display: block;
    }
    .dsl__page .dsl__expert-text {
        width: 105% !important;
    }
    .dsl__page .dsl__text {
        font-size: 15px !important;
    }
    i-navigation-wrapper .display-flex {
        margin-top: 25px !important;
    }
    .show-desktop {
        display: none !important;
    }
}

/* Tablet Landscape */
@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 2) {
    body, html {
        overflow-x: clip !important;
    }
    body, html {
        overflow: unset;
    }
    .h-show-for-mobile{
        display: none;
    }  
    
}



