<turbo-stream action="replace" target="video_modal"><template>
  <div class="fixed inset-0 z-50 flex items-center justify-center bg-black/90" data-controller="modal">
    <div class="relative max-w-4xl w-full mx-4">
      <div class="absolute -top-8 right-0 text-white text-3xl hover:text-gray-300" data-action="click->modal#close">✕</div>
      <video class="w-full rounded-lg max-h-[calc(100svh-55px)]" controls autoplay data-modal-player>
        <source src="https://s3.eu-central-1.amazonaws.com/production.s3.amicusmeus.org/consultants/134/51b46b01533b6249e7f87cfd777b01c5.mp4" type="video/mp4">
      </video>
    </div>
  </div>
</template></turbo-stream>