/* --- */
@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 2) {
    .ds9__page .ds9__ingredient-popin-content {
        left: -30px;
    }
}

@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2) {
    .ds9__page .ds9__popin-content{
        padding-left: 20px;
    }
    .ds9__page .ds9__ingredient-popin-content {
        left: -81px;
    }

}

@media (max-width: 480px) {

}