/* Style for the video player */

.modal .close {
  color: white;
  font-size: 2em;
}
.modal-header {
  border-bottom: 0px;
}
.close {
  opacity: 0.9;
}
.modal-backdrop.in {
  opacity: 0.8;
}
.modal-video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.modal-video iframe {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
}
.modal-body {
  max-width: 960px;
  margin: auto;
}
