.video-banner {
  position: relative;
}
.video-banner.video-banner-height {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media only screen and (min-width: 992px) {
  .video-banner.video-banner-height {
    height: 516px;
  }
}
.video-banner.video-banner-height.video-banner-title-top {
  justify-content: flex-start;
}
.video-banner.video-banner-height.video-banner-title-middle {
  justify-content: center;
}
.video-banner.video-banner-height.video-banner-title-bottom {
  justify-content: flex-end;
}
.video-banner.video-banner-height .video-banner-content p {
  margin: 20px 0 20px;
}
@media only screen and (min-width: 992px) {
  .video-banner.video-banner-height .video-banner-content p {
    margin: 32px 0 0;
  }
}
@media only screen and (min-width: 992px) {
  .video-banner.video-banner-height .page-width {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
}

.video-wrapper {
  background: var(--primary-color);
}
@media only screen and (max-width: 991.98px) {
  .video-wrapper {
    position: relative;
    overflow: hidden;
    padding-top: 66.67%;
  }
}
@media only screen and (min-width: 992px) {
  .video-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
}
.video-wrapper video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -o-object-fit: cover;
     object-fit: cover;
}
.video-wrapper.yt-video-wrapper {
  overflow: hidden;
}

.video-banner-content {
  position: relative;
  z-index: 5;
  color: white;
  padding: 50px 0 40px;
}
@media only screen and (max-width: 991.98px) {
  .video-banner-content {
    background: var(--text-primary-color);
    padding: 44px 0 40px;
  }
}
@media only screen and (max-width: 991.98px) {
  .video-banner-content.video-banner-content-flush {
    padding: 44px 0 0;
  }
}
.video-banner-content .hidden {
  display: none;
}
.video-banner-content .video-banner-location-item {
  display: none;
}
.video-banner-content .video-banner-location-item.active {
  display: block;
}
.video-banner-content a.choose-location {
  color: white;
  font-size: 12px;
  letter-spacing: 0.02em;
  text-decoration: underline;
  cursor: pointer;
}
.video-banner-content a.choose-location:hover {
  text-decoration: none;
}
.video-banner-content h4, .video-banner-content h2, .video-banner-content p {
  margin: 0;
}
.video-banner-content p.h4 {
  font-size: 14px;
  letter-spacing: 0.02em;
  font-weight: 500;
  margin-bottom: 12px;
}
@media only screen and (min-width: 992px) {
  .video-banner-content p.h4 {
    font-size: 18px;
    margin-bottom: 16px;
  }
}
.video-banner-content h2 {
  font-size: 32px;
  letter-spacing: 0.02em;
  font-weight: 400;
  max-width: 640px;
}
@media only screen and (min-width: 992px) {
  .video-banner-content h2 {
    font-size: 44px;
  }
}
.video-banner-content h2 + * {
  margin-bottom: 22px;
}
@media only screen and (min-width: 992px) {
  .video-banner-content h2 + * {
    margin-bottom: 32px;
  }
}
.video-banner-content p {
  font-size: 14px;
  letter-spacing: 0.02em;
  font-weight: 400;
  line-height: 24px;
  max-width: 460px;
  margin-bottom: 22px;
}
@media only screen and (min-width: 992px) {
  .video-banner-content p {
    margin-bottom: 30px;
  }
}
.video-banner-content p svg {
  display: inline;
  width: 16px;
  height: 16px;
  margin-right: 4px;
  vertical-align: middle;
}
.video-banner-content .button svg {
  width: 6px;
  height: 7px;
  margin-left: 8px;
}
.video-banner-content .button.video-gallery-button svg {
  width: 13px;
  height: 13px;
  margin: 0;
  transform: translateY(1px);
}
.video-banner-content .button.video-gallery-button svg path {
  fill: transparent;
  stroke: white;
}
.video-banner-content .button.video-gallery-button:hover svg path {
  fill: transparent;
  stroke: var(--primary-color);
}
.video-banner-content .video-banner-location {
  margin-top: 30px;
}
@media only screen and (min-width: 992px) {
  .video-banner-content .video-banner-location {
    margin-top: 125px;
  }
}
.video-banner-content .video-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin: 0 0 32px;
}

.yt__background {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120%;
  height: 0;
  padding-bottom: 66.25%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.yt__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
