<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.html-5-video__video {
  position: absolute;
  top: -1px;
  left: -3px;
  width: calc(100% + 6px);
  height: calc(100% + 2px);
  object-fit: cover;
}
.html-5-video__video.html-5-video__video--desktop {
  display: block;
}
.html-5-video__video.html-5-video__video--mobile {
  display: none;
}
@media (max-width: 767px) {
  .html-5-video__video.html-5-video__video--desktop {
    display: none;
  }
  .html-5-video__video.html-5-video__video--mobile {
    display: block;
  }
}</pre></body></html>