.video-overlay-container {
    margin: 20px;
}

/* ovverride */
/*.video-container {
  position: relative;
  width: 100%;
  height: 500px;
  background-image: url('/images/img-video.PNG');
  background-size: cover;
}*/

.video-container .video-overlay {
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.6);
}
    
.video-container .video-overlay .content-button {
    margin: auto;
    text-align: center;
}
    
.video-container .video-overlay .content-button button.btn-overlay {
    background-color: #3098CF;
    border: none;
    border-radius: 6px;
    padding: 10px 20px;
    color: #fff;
    font-size: 18px;
    margin: 10px;
}
    
.video-container .video-overlay .content-button span {
    display: block;
    font-size: 16px;
    font-weight: 600;
}


/* override */


.video-overlay-container {
  margin: 30px 0 0 0;
}

.video-container iframe {
  pointer-events: none;
}

.auth .video-container .video-overlay,
.auth .video-overlay {
  display: none;
}

.auth .video-container iframe {
  pointer-events: auto;
}

div.unauth {
  position: relative;
}

.unauth .video-overlay {
  display: flex;
  position: absolute;
  top: 0;
  right: -1px;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.8);
}

.video-container .video-overlay {
  right: -1px;
  background-color: rgba(255, 255, 255, 0.8);
}

.video-container .video-overlay .content-button span {
  font-size: 18px;
}

.video-container .video-overlay .content-button button.btn-overlay {
  padding: 15px 25px;
  font-size: 22px;
}

@media (max-width: 991px){
  .unauth .video-overlay {
    background-color: rgba(255, 255, 255, 0.9);
  }

  .video-container .video-overlay {
    right: -1px;
    background-color: rgba(255, 255, 255, 0.9);
  }
}
