/* PLACE YOUR CUSTOM STYLES IN THIS FILE */
.vimeo-wrapper {
   position: fixed;
   top: 0;
   left: 0;
   width: 100vw;
   height: 75vh;
   z-index: -1;
   pointer-events: none;
   overflow: show;
/*	opacity: .75; */
}
.vimeo-wrapper iframe {
   width: 100vw;
   height: 56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
   min-height: 100vh;
   min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
   position: absolute;
   top: 40%;
   left: 50%;
   transform: translate(-50%, -40%);
}