
#surveyVideo {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #000000BB;  /* Black + alpha for background */
}

#videoContainer {
  position: relative;
  margin: auto;
  padding: 0;
  max-width: 1200px;
}

#closeVideo {
  color: white;
  position: absolute;
  top: 0px;
  height:100%;
  width:100%;
}

#closeVideoX {
  background-color: #00000000;
  color: #FFFFFF;
  border: 0px;
  float: right;
  text-align: center;
  font-size: 50px;
  width: 70px;
}

#closeVideoX:hover,
#closeVideoX:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.player {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  background: black;
}

#surveyVideo:not(:focus-within) {
  background-color:#000000BA;
  transition: background-color 0.01s ease;
}

video::-webkit-media-controls-panel {
  display: flex !important;
  opacity: 1 !important;
}
