/* Hidden secsion */
@media all and (min-width: 970px) {
    .box-autofit {
        display: none !important;
    }
}
@media all and (max-width: 970px) {
   .box-autofit {
        display: block !important;
    }
   .is-section:not([class~="box-autofit"]) {
  display:none;
}
}
