@media (min-width: 474px) {
  .hero-main.fullwidth-box.video-background .fullwidth-video video {
      position: absolute;
      top: 42% !important;
      left: 50%;
      z-index: 1;
      min-height: 100%;
      min-width: 100%;
      height: auto!important;
      width: 100%  !important;
      transform: translate(-50%,-50%);
      transform-origin: top;
      object-fit: none !important;
    }
  }
@media (max-width: 470px) {
  .hero-main.fullwidth-box.video-background .fullwidth-video video {
    width: 150%;
    transform: translate(-50%, -50%);
    }
}


.menu_column_header li.menu-item-has-children:nth-child(-n+4) {
  z-index: 80;
}