/* VIDEO MODAL POP UP*/

.video-container {
  width: 95%;
  max-width: 990px;
}

.video-element {
  max-width: 100%;
  height: auto;
  max-height: 100%;
  display: block;
}