Revira forklaringsvideo

<div class="video-embed-container">
  <div class="video-embed">
    <video class="video-embed__video" controls playsinline>
      <source src="https://cdn.shopify.com/videos/c/o/v/00d774f8906e42008b9e6bd99831a893.mp4" type="video/mp4">
      Din nettleser støtter ikke HTML5 video.
    </video>
  </div>
</div>
<style>
  .video-embed-container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 20px;
    background: #f5f5f5;
  }
  .video-embed {
    position: relative;
    width: 100%;
    max-width: 400px;
    aspect-ratio: 9/16;
    background: #000;
    overflow: hidden;
  }
  .video-embed__video {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
</style>