<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.html-video-wrapper {
  position: relative;
  padding-bottom: 125%;
}

.html-video-wrapper video {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (min-width: 750px) {
  .html-video-wrapper {
    padding-bottom: 56.25%;
  }  
}</pre></body></html>