@charset "UTF-8";
/* CSS Document */
.embed-responsive-21by9::before {
  padding-top: 26.557143%;
}

.container2 {
  position: relative;
}

.container2 > .player-buttons {
  background: url('') center center;
  height: 128px;
  left: 50%;
  margin: -64px 0 0 -64px;
  position: absolute;
  top: 50%;
  width: 128px;
  z-index: 1;
}

@media (max-width: 520px) {
    .container2 > .player-buttons {
        width: 50px;
        height: 50px;
        left: 39%;
        top: 33%;
        margin: 0;
    }
}
.vimeo-wrapper {
  position:absolute;
   top:0;
   left: 0;
   width: 100%;
   height: 100%;
   z-index: -1;
   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: 30%;
   left: 50%;
   transform: translate(-50%, -50%);
}