.ow-video-banner .video-container.video-full {
  padding-top: 56.3%;
}

.ow-video-banner .video-container.video-full iframe {
  display: none;
}

@media only screen and (min-width: 992px) {
  .ow-video-banner .video-container.video-full iframe {
    display: block;
  }
}

.ow-video-banner .video-container img {
  position: absolute;
  top: 0;
  object-fit: cover;
  height: 100%;
  object-position: center;
  width: 100%;
}

@media only screen and (min-width: 992px) {
  .ow-video-banner .video-container img {
    display: none;
  }
}

.ow-video-banner .video-container .video-notice {
  background-color: rgba(255, 255, 255, 0.9);
  text-align: center;
  padding: 3rem;
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  z-index: 10;
  height: 100%;
  top: 0;
}

.ow-video-banner .overlay-striped {
  position: absolute;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.7);
  padding: 20.5px 0px;
  width: 100%;
  color: #fff;
  z-index: 9;
  height: auto;
  display: flex;
  align-items: center;
}

.ow-video-banner .overlay-striped .title {
  width: 70%;
}

.ow-video-banner .overlay-striped .title p {
  color: #fff;
  margin: 0px;
  font-size: 20px;
  display: -webkit-box;
  font-family: 'Roboto', sans-serif;
  line-height: 24px;
  padding-left: 20px;
  padding-right: 15px;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media screen and (min-width: 0) {
  .ow-video-banner .overlay-striped .title p {
    font-size: 20px;
  }
}

@media screen and (min-width: 768px) {
  .ow-video-banner .overlay-striped .title p {
    font-size: 20px;
  }
}

@media screen and (min-width: 992px) {
  .ow-video-banner .overlay-striped .title p {
    font-size: 20px;
  }
}

@media only screen and (min-width: 992px) {
  .ow-video-banner .overlay-striped .title p {
    font-size: 22px;
    padding-left: 30px;
  }
}

@media only screen and (min-width: 992px) and (min-width: 0) {
  .ow-video-banner .overlay-striped .title p {
    font-size: 22px;
  }
}

@media only screen and (min-width: 992px) and (min-width: 768px) {
  .ow-video-banner .overlay-striped .title p {
    font-size: 24px;
  }
}

@media only screen and (min-width: 992px) and (min-width: 992px) {
  .ow-video-banner .overlay-striped .title p {
    font-size: 24px;
  }
}

.ow-video-banner .overlay-striped .video-icon {
  width: 30%;
  text-align: right;
  padding-right: 20px;
}

@media only screen and (min-width: 992px) {
  .ow-video-banner .overlay-striped .video-icon {
    padding-right: 50px;
  }
}

.ow-video-banner .overlay-striped .video-icon a {
  display: block;
  text-align: center;
}

@media only screen and (min-width: 992px) {
  .ow-video-banner .overlay-striped .video-icon a {
    text-align: left;
    display: inline-block;
  }
}

.ow-video-banner .overlay-striped .video-icon a img {
  height: 51px;
}

@media only screen and (min-width: 992px) {
  .ow-video-banner .overlay-striped .video-icon a img {
    height: 35px;
  }
}

.ow-video-banner .overlay-striped .video-icon .full-video {
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  font-size: 8px;
}

@media only screen and (min-width: 992px) {
  .ow-video-banner .overlay-striped .video-icon .full-video {
    font-size: 14px;
  }
}

@media only screen and (min-width: 992px) and (min-width: 0) {
  .ow-video-banner .overlay-striped .video-icon .full-video {
    font-size: 14px;
  }
}

@media only screen and (min-width: 992px) and (min-width: 768px) {
  .ow-video-banner .overlay-striped .video-icon .full-video {
    font-size: 14px;
  }
}

@media only screen and (min-width: 992px) and (min-width: 992px) {
  .ow-video-banner .overlay-striped .video-icon .full-video {
    font-size: 14px;
  }
}

.ow-video-banner .overlay-striped .video-icon .full-video:after {
  content: ">>";
  color: #fff;
  font-size: 14px;
  padding-left: 5px;
  position: relative;
  top: -2px;
}

.ow-video-banner .btn.btn-primary {
  border-color: transparent !important;
  color: #fff !important;
  background-color: #D9171D !important;
}

.ow-video-banner .btn.btn-primary:focus, .ow-video-banner .btn.btn-primary:active {
  border-color: transparent !important;
  background-color: #D9171D !important;
}
