.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: #EEE;
}

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

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