/* Modal styles */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgb(0 0 0 / 77%);
}

.modal-content {
  position: relative;
  margin: auto;
  padding: 0;
  width: 80%;
  max-width: 700px;
  top: 13% !important;
}

.video-modal-close {
  color: white;
  position: absolute;
  top: -20px;
  right: -35px;
  font-size: 35px;
  font-weight: bold;
}

.video-modal-close:hover,
.video-modal-close:focus {
  color: white;
  text-decoration: none;
  cursor: pointer;
}

.play-button-mask {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 50px;
  color: white;
  pointer-events: none;
}
.play-button-mask i {
  color: #e3cd0c !important;
}
