/* Video --------------------------------------------------------------------------------------------------------*/
.video-outer {
  position: relative;
  padding-bottom: 60.5%;
  height: 0;
  margin: 20px auto;
  max-width: 950px;
}

.video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

/* Responsive Media Queries --------------------------------------------------------------------------------------------------------*/
@media (min-width: 768px) {
  .video-outer {
    padding-bottom: 40.5%;
  }
}

/*# sourceMappingURL=video.css.map */