body, html { overflow-x: clip !important; }
@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2) {
    h2.DIY-actions__title, p.DIY-actions__text  {
        padding: 0 25px;
    }

}
@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 2) {
    h2.DIY-push-RSE__title {
        padding: 0 60px;
    }
}
@media (max-width: 480px) {
    .DIY-push-RSE .DIY-cta {
        font-size: 12px;
    }
    .DIY-tuto__list li {
        width: 100%;
    }
}