@charset "utf-8";

video.tbl-editorial-video-element { width: auto; height: 100%; pointer-events: none; }

video.tbl-editorial-video-element.tbl-ec-vertical { width: 100%; height: auto; }

div.tbl-editorial-video-container { position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; background-color: rgb(255, 255, 255); opacity: 0; pointer-events: none; transition: opacity 0.4s ease-in-out; border-radius: 8px; overflow: hidden; display: flex; align-items: center; justify-content: center; }

div.tbl-editorial-video-container.tbl-ec-playing { opacity: 1; pointer-events: auto; }
