<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
.video[data-type="external"] .video-embed {
  padding-top: 56.25%;
  overflow: hidden; }
  .video[data-type="external"] .video-embed &gt; iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.video-embed {
  left: 0;
  position: relative;
  top: 0; }
  .video-embed .video-embed-item {
    max-width: 100%; }
  .video-embed .video-preview {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }
  .video-embed .video-defer {
    opacity: 0;
    transition: all 500ms; }
  .video-embed.loaded .video-preview {
    display: none; }
  .video-embed.loaded .video-defer {
    opacity: 1; }
*/
</pre></body></html>