

.video-container {width: 100%; background-color:#f3f4f5 }

.video-container p {text-align: center; }


.video-wrap { width: 80%; margin: 0 auto; position: relative; }
.video-wrap video {width: 100%; }
.video-el {display: block; width: 100%; height: auto; background: #000;}

.mute-toggle { position: absolute; right: 0.75rem; bottom: 0.75rem; padding: 0.5rem 0.7rem; border: 0; border-radius: 999px; font-size: 1rem; line-height: 1; cursor: pointer;}

  @media (max-width: 639.98px) {
    .video-wrap {
      width: 100%;
    }
  }
