.vimeo-wrapper {
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   z-index: 999;
   /* pointer-events: none; */
   overflow: hidden;
}
.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: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
}

	.stopVideo {
		z-index: 9999;
		cursor: pointer;
		position: absolute;
		top: 50px;
		right: 100px;
		height: 25px;
		font-family: "AvenirNext-Bold";
		font-size: 30px;
		line-height: 24px;
		color: #FFFFFF;
		text-transform: uppercase;
		border-bottom: 1px solid #FFFFFF;
	}

  .playVideo {
    z-index: 9999;
    font-family: "AvenirNext-Bold";
    position: absolute;
    top: 45%;
    left: 42.5%;
    font-size: 30px;
    line-height: 24px;
    color: white;
    pointer-events: none;
    text-align: center;
  }

  .hidden {
    display: none;
  }
