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

.ksvideo2017-iframe, 
.ksvideo2017-splash {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.ksvideo2017-splash {
  cursor: pointer;
  background-size: cover;
}

.ksvideo2017-splash svg {
    left: 50%;
    position: absolute;
    content: url('data:image/svg+xml; utf8,');
    top: 50%;
    width: 100px;
    height: 100px;
    margin-top: -50px;
    margin-left: -50px;
}

.ksvideo2017-splash svg path {
    fill: white;
}

.ksvideo2017-splash:hover svg path {
    fill: white;
}

.ksvideo2017-16by9 .ksvideo2017-frame {
  padding-top: 56.25%;
}

.ksvideo2017-4by3 .ksvideo2017-frame {
  padding-top: 75%;
}

.ksvideo2017-splash p { 
   position: absolute;
   display: block;
   background-color: rgba(255, 255, 255, 0.7);
   bottom: 0; 
   left: 0; 
   width: 100%;
   margin: 0;
   padding: 5px 0;
   text-align: center;
   font-family: Roboto, arial, sans-serif;
   font-weight: 300;
}

a .ksvideo2017-splash p {
	color: black;
}</pre></body></html>