/* Landscape móvil */
@media (max-width:1100px) and (orientation:landscape) and (max-height:600px) {
  html, body { overflow-x:hidden !important; }
  .customify-col-9_sm-12,
  .customify-col-3_sm-12 {
    flex:0 0 100% !important;
    max-width:100% !important;
    width:100% !important;
    border:none !important;
  }
  .tn-masonry { column-count:2 !important; }
  .tn-home { max-width:100% !important; overflow-x:hidden; }
}

/* Tablet portrait */
@media (min-width:600px) and (max-width:1280px) and (orientation:portrait) {
  html, body { overflow-x:hidden !important; }
  .customify-col-9_sm-12,
  .customify-col-3_sm-12 {
    flex:0 0 100% !important;
    max-width:100% !important;
    width:100% !important;
    border:none !important;
  }
  .tn-masonry { column-count:2 !important; }
  .tn-home { max-width:100% !important; overflow-x:hidden; }
}
