/* banner */
.page-banner {
  overflow: hidden;
}

.page-banner .video-elem {
  padding-top: 0;
}

.banner-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;

  height: calc(100vh - var(--header-height));
}

.banner-inner .banner-bottom {
  height: auto;
}

.banner-inner .banner-media-section {
  height: auto;
  flex: 1;
}

.banner-inner .video-elem {
  margin-top: 0;
}

/* responsive */
@media only screen and (max-width: 1024px) and (min-width: 767px) {
  .video-slideshow h2 {
    font-size: 22px;
    line-height: 30px;
  }

  .video__caption {
    font-size: 32px;
    line-height: 38px;
  }
}

@media only screen and (max-width: 767px) {
  .banner-inner .skip-intro {
    display: none;
  }

  .front .dialog-off-canvas-main-canvas>section {
    position: static;
  }

  .banner-inner {
    height: auto;
  }

  .banner-inner .banner-media-section {
    height: 350px;
    flex: unset;
  }

  .video-slideshow .slide {
    padding: 30px;
    background: transparent;
  }
}
