@media (max-width: 766px) {
  .site-header > div {
    flex-wrap: nowrap;
  }
  
  .home .home-core {
    overflow-x: visible;
  }
  
  .home .home-core > .vc_row {
    display: flex;
    min-width: auto;
    overflow-x: auto;
  }
  
  .home .home-core > .vc_row .wpb_column {
    width: 100% !important;
    flex-shrink: 0;
  }
}

