.video--fullwidth {
  overflow: hidden;
  position: relative;
}
.video--overlay-alt {
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity 1.5s 0.5s, visibility 1.5s 2.5s;
  visibility: hidden;
  width: 100%;
}
.video--overlay-alt.visible {
  opacity: 1;
  transition: opacity 1.0s;
  visibility: visible;
}
.video--overlay-alt video {
  height: 100%;
  width: auto;
}
.video--content-overlay > .container,
.video--content-overlay > .container > .row {
  height: 100%;
}
.video--content-overlay {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.video--overlay-alt p {
  color: #ffffff;
}
.image--overlay-alt {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity 1.5s 0.5s, visibility 1.5s 2.5s;
  visibility: hidden;
  width: 100%;
}
.image--overlay-alt.visible {
  opacity: 1;
  transition: opacity 1.0s;
  visibility: visible;
}
.image--overlay-alt > .container,
.image--overlay-alt > .container > .row {
  height: 100%;
}
.image--overlay-alt p {
  color: #ffffff;
}
.btn.btn--videoclose {
  position: absolute;
  top: 20px;
  right: 20px;
}
.videoBtn-alt {
  background-color: transparent;
  border: 0;
  color: #ffffff;
  font-weight: 600;
  outline: none !important;
  padding-left: 0;
}









.video--overlay .modal {
    position: absolute;
    top: 0;
    width: 100%;
    padding-right: 0 !important;
    height: 100%;
}

.video--overlay .modal .modal-dialog {
    max-width: 100%;
    margin: 0;
}

.video--fullwidth .hc-modal {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    display: none;
}

.video--fullwidth.video-playing .hc-modal {
    display: block;
}


.video--fullwidth .hc-modal video {
    width: 100%;
    position: static;
    transform: none;
    height: 100%;
    top: 0;
}

.video--fullwidth .hc-modal .hc-modal-dialog button.close {
    background: #000;
    border-radius: 50%;
    color: #fff;
    font-weight: normal;
    height: 24px;
    position: absolute;
    right: 20px;
    top: 20px;
    width: 24px;
    z-index: 99;
    border: 1px solid #fff;
    font-size: 22px;
        display: none;
}

.video--fullwidth .hc-modal .hc-modal-dialog {
    height: 100%;
}

.video--fullwidth .hc-modal .hc-modal-dialog .hs-modal-content {
    height: 100%;
}

.video--fullwidth .hc-modal .hc-modal-dialog .hc-modal-body {
    height: 100%;
}

.video--fullwidth.video-playing .video--overlay > video {
    display: none;
}

.video--fullwidth.video-playing .hc-modal {
    z-index: 12;
}

.video--fullwidth.video-playing .hc-modal .hc-modal-dialog button.close {
 display: block;   
}


/* .video--with-text-over .vidyard-player-container {
  max-height: 400px;
}
@media (min-width: 576px) {
}
@media (min-width: 768px) {
  .video--with-text-over .vidyard-player-container {
    max-height: 500px;
  }
}
@media (min-width: 992px) {
}
@media (min-width: 1200px) {
  .video--with-text-over .vidyard-player-container {
    max-height: 600px;
  }
} */