/* Perent element is on the main stylesheet; parent element limits the height of the video loop */

.vimeo-wrap {
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}

.vimeo-wrap .vimeo {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: -10vw;
  width: 100%;
}

@media(max-width: 1450px) {
  .vimeo-wrap .vimeo {
    top: 0;
  }
}