/* ==========================================================================
   Responsive Video Embed
   ========================================================================== */

.project-video-wrapper {
  width: 100%;
  max-width: var(--max-width);
  margin: 4rem auto;
  clear: both;
}

.video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  background: #000;
}

.video-container iframe,
.video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
