.VideoWrapper {
  opacity: 0.75;

  margin: var(--gutterPage) 0 0;
  max-width: 640px;
  max-height: 360px;
}

.Video {
  margin: 0;
  position: relative;
  padding-bottom: 56.25%; /* 16:9 ratio */
  height: 0px;
}

.Video-iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
