.btn-control{
  color: #fff;
  position: fixed;
  width: 100%;
  z-index: 5;
}
.btn-control .controls .video-controls{font: 600 11px "KIA-SIGNATURE", sans-serif; line-height: 19px; text-align: center; float: left; margin-left: 5%; cursor: pointer;}
.btn-control .controls .pause-text{display: none}
.btn-control .controls .pause-icon{opacity: .45}

.btn-control .disclaim{font: 600 12px "KIA-SIGNATURE", sans-serif; line-height: 20px; text-align: center; text-decoration: underline; float: right; margin-right: 5%; cursor: pointer;}

.hero-video{width: 100%; position: fixed; left: 0; right: 0; top: 0; bottom: 0;}

.video-top-content{
  font: 600 14px/1em "KIA-SIGNATURE", sans-serif;
  line-height: 22px;
  position: relative;
  width: 100%;
  margin-top: 8%;
  text-align: center;
  z-index: 10;
}
.video-top-content h1{font: 600 80px "KIA-SIGNATURE", sans-serif; line-height: 80px; letter-spacing: 0px; margin-bottom: 30px; color: #fff;}
.video-top-content a{background: #fff; color: #000; padding: 18px 36px;}
.video-top-content a:hover{color: #000;}

#playVideo {
  position: fixed;
  top: 0;
}

@media ( max-width : 767px) {
	.video-top-content{margin-top: 64%; background: #05141F; padding: 32px;}
	.video-top-content h1{font: 600 30px "KIA-SIGNATURE", sans-serif; line-height: 36px;}
	.video-top-content a{width: 100%;}
	#playVideo {
      	margin-top: 65px;
    }
}



