:root {
  --header-height: 110px;
  --header-with-submenu-height: 160px;
}

@media (max-width: 1708px) {
  :root {
    --header-height: 108px;
    --header-with-submenu-height: 158px;
  }
}

@media (max-width: 1350px) {
  :root {
    --header-height: 102px;
    --header-with-submenu-height: 152px;
  }
}

@media (max-width: 1024px) {
  :root {
    --header-height: 165px;
    --header-with-submenu-height: 115px;
  }
}


.full-width-banner {
    height: calc(100vh - var(--header-with-submenu-height));
    padding-top: 0;
    max-width: 100%;
}

.top-banner-wrap {
    max-height: calc(100vh - var(--header-height));
    overflow: hidden;
}

.home-top-video {
    max-width: 100%;
}