@charset "utf-8";
/* CSS Document */



.vimeo-wrapper iframe {
   width: 100vw;
   height: 100vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
   min-height: 100%;
   min-width: 100%; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50.5%, -50.5%);
}