header {
  position: relative;
}

header .ar-header-video-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: radial-gradient(rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.7) 100%);
}

header .ar-header-video {
  max-height: 70vh;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .rd-navbar-brand img {
  max-width: 250px !important;
}

.showcasebanner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #1d2124;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 991.98px) {
  .showcasebanner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.showcasebanner .showcasebanner-image {
  height: 250px;
  background-size: cover;
  background-position: center;
}

@media (min-width: 991.98px) {
  .showcasebanner .showcasebanner-image {
    width: 50%;
    height: auto;
  }
}

@media (min-width: 991.98px) {
  .showcasebanner .showcasebanner-text {
    width: 50%;
  }
}

.showcasebanner .showcasebanner-text .showcasebanner-text-inner {
  padding: 50px;
  color: white;
}

@media (min-width: 991.98px) {
  .showcasebanner .showcasebanner-text .showcasebanner-text-inner {
    max-width: 455px;
    padding: 75px;
    padding-right: 0;
  }
}

@media (min-width: 1199.98px) {
  .showcasebanner .showcasebanner-text .showcasebanner-text-inner {
    max-width: 600px;
    padding: 100px;
    padding-right: 0;
  }
}

.showcasebanner .showcasebanner-text .showcasebanner-text-inner h2, .showcasebanner .showcasebanner-text .showcasebanner-text-inner h5 {
  color: white;
}

.showcasebanner.showcasebanner-black {
  background-color: black;
}

.showcasebanner.showcasebanner-light {
  background-color: #e6e6e6;
}

.showcasebanner.showcasebanner-light .showcasebanner-text-inner {
  color: black;
}

.showcasebanner.showcasebanner-light .showcasebanner-text-inner h2, .showcasebanner.showcasebanner-light .showcasebanner-text-inner h5 {
  color: black;
}

.parallax-container .ar-backdrop {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
}

#section-press article.tour-3:hover {
  cursor: pointer;
}

#section-press article.tour-3:hover:before {
  background: none;
}

.thumbnail-play-icon-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0.8;
}
