.modal-content-video {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999999;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 0;
}

.fullscreen {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.modal-content-video .white.close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10000000000;
}

@media only screen and (max-width: 600px) {
  .modal-content-video .icon-times:before {
    font-size: 25px;
  }
}