<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.video-gallery-default &gt; div &gt; .video-wrapper {
  position: relative;
  height: 200px;
  overflow: hidden;
  background-color: #2c2c2c;
}
.video-gallery-default &gt; div &gt; .video-wrapper img,
.video-gallery-default &gt; div &gt; .video-wrapper video {
  position: absolute;
  top: -100%;
  bottom: -100%;
  left: -100%;
  right: -100%;
  margin: auto;  
  height: auto;
  max-width: none;
  max-height: 140%;
  opacity: 0.3;
}
.video-gallery-default &gt; div:hover &gt; .video-wrapper img,
.video-gallery-default &gt; div:hover &gt; .video-wrapper video {
  opacity: 0.7;
}
.video-gallery-default &gt; div &gt; .video-wrapper i.uk-icon-play-circle-o {
  position: absolute;
  color: white;
  top: 50px;
  font-size: 60px;
  z-index: 100;
  width: 100%;
  text-align: center;
}
.video-gallery-default &gt; div &gt; .video-wrapper.no-title i.uk-icon-play-circle-o {
  top: 70px;
}
.video-gallery-default &gt; div &gt; .video-wrapper .title {
  position: absolute;
  top: 130px;
  width: 100%;
  display: block;
  text-align: center;
  color: white;
  font-size: 18px;
  font-weight: bold;
  padding: 0px 15px;
  line-height: 27px;
  opacity: 1;
}
.video-gallery-default &gt; div:hover &gt; .video-wrapper i.uk-icon-play-circle-o,
.video-gallery-default &gt; div:hover &gt; .video-wrapper .title {
  color: white;
}</pre></body></html>