 .u-section-1 {
  filter: none;
  min-height: 864px;
}

.u-section-1 .u-video-1 {
  filter: none;
  height: 818px;
  width: 100%;
  margin: 0 auto 46px;
}

@media (max-width: 1199px) {
   .u-section-1 {
    min-height: 926px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .u-section-1 .u-video-1 {
    inset: auto;
  }
}

@media (max-width: 991px) {
   .u-section-1 {
    min-height: 686px;
  }
}

@media (max-width: 767px) {
   .u-section-1 {
    min-height: 596px;
  }
}

@media (max-width: 575px) {
   .u-section-1 {
    min-height: 496px;
  }
}/* Hide scrollbar for Chrome, Safari and Opera */
body::-webkit-scrollbar {
  display: none;
}
/* Hide scrollbar for IE, Edge and Firefox */
body {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}
/* This forces the background to anchor to the top edge and center horizontally */
.u-section-1 {
    background-position: center top !important;
}