<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.comp-video {
  aspect-ratio: 16/9;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.comp-video iframe,
.comp-video video {
  aspect-ratio: 16/9;
  position: relative;
  margin: 0 auto;
  padding: 0;
  border: 0;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  height: 100%;
}
.comp-video .jwplayer iframe, .comp-video .jwplayer video {
  min-height: initial;
}
.comp-video .jw-shelf-widget .jw-related-shelf-contents {
  padding: 0;
  padding-top: 10px;
}
.comp-video .jw-shelf-widget .jw-related-more {
  font-size: 18px;
  margin-left: 0;
}
.comp-video .jw-shelf-widget .jw-related-shelf-item .jw-related-shelf-item-title {
  font-size: 14px;
}
</pre></body></html>