/* -~-~-~-~-~-~-~-~-~-~-~-~-~

  Video Modal

  -~-~-~-~-~-~-~-~-~-~-~-~-~ */
body.modal-open {
  overflow: hidden;
  height: 100vh;
  /* optional: prevents jump on some browsers */
}

#video-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  z-index: 9999;
  align-items: center;
  justify-content: center;
}
#video-modal .video-modal-close {
  position: relative;
  width: 90%;
  max-width: 1200px;
}
#video-modal .video-modal-close #close-modal {
  position: absolute;
  top: -40px;
  right: 0;
  background: none;
  border: none;
  font-size: 30px;
  cursor: pointer;
  color: #333;
}

/* 
.video-card {
    padding-top: 80px;
    margin-top: 40px;
} */