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

.native-video-section__media video {
  width: 100%;
}

.native-video-section__play-button {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  z-index: 2;
  background-color: transparent;
  border: none;
}
</pre></body></html>