/* The Modal (background) */
.modalVideo {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 9999999999999; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}


/* Modal Content (Image) */
.modal-contentVideo {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  margin-top:-45px;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#modalCaption {
  margin: auto;
  display: block;
  width: 90%;
  max-width: 700px;
  text-align: justify;
  color: #ccc;
  font-size: 0.8em;
  padding: 15px 0;
  height: 150px;
}

/* Add Animation - Zoom in the Modal */
.modal-contentVideo, #modalCaption {
  animation-name: zoom;
  animation-duration: 0.6s;
}

@keyframes zoom {
  from {transform:scale(0)}
  to {transform:scale(1)}
}

/* The Close Button */
.closeVideo {
  position: absolute;
  top: 0px;
  right: 15px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.closeVideo:hover,
.closeVideo:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-contentVideo {
    width: 90%;
  }
}

/* Center video */
.video-js-responsive-container .video-js
{
    height: 75%; 
    width: 75%;
    position: absolute;
    top: 12.5%;
    left: 12.5%;
}
