html, body {
  height: 100%;
  margin:0;
  padding:0;
}

#billboard {
  background-position: 0px 0px;
  background-repeat:no-repeat;
  height: 250px;
  min-height: 250px;
  position: absolute;
  width: 970px;
}

.label {
  color: #0D2A4D;
  position: absolute;
  margin-left: 10px;
  top: 35px;
}

#close-button {
  position: absolute;
  right: 10px;
  top: 10px;
}

.buttons {
  position: absolute;
  bottom: 10px;
  right: 10px;
}

#expand-button {
  height: 100%;
  position: absolute;
  width: 100%;
}

.label{
  font-size: 14px;
  top: 65px;
}

.video-container {

}

video {
  height: 100%;
  width: 100%;
}
.movie {
  width: 970px;
  height: 250px;
  position: absolute;
  z-index: 49;
  /*top: 10px;
  left: 10px;*/
}
canvas {
  display:block;  
}

.video-container {
  height: 181px;
  position: absolute;
  width: 323px;
  top:16px;
  left:28px; 
  display:none;
  z-index:1000;
}

#video-controls {
  position:absolute;
  width:inherit;
  height:inherit;
  z-index:1001;
}

#mobile-play {
  display:none;
}

#playBtn {
  background: none;
  position:absolute;
  left:10px;
  bottom:10px;
}

#pause {
  background-color: rgba(255, 255, 255, 0.4);
  height:30px;
}

#play {
  display:none;
}
#play img {
  position: absolute;
  top:-90px;
  left: 107px;
}

#soundOn {
display:none;
}

#soundOff {
}

#replayBtn {
display:none;
 position: relative;
 width:80px;
 height:80px;
 top: 170px;
 right: -180px;
-webkit-transition-duration: 0.8s;
-moz-transition-duration: 0.8s;
-o-transition-duration: 0.8s;
transition-duration: 0.8s;
-webkit-transition-property: -webkit-transform;
-moz-transition-property: -moz-transform;
-o-transition-property: -o-transform;
transition-property: transform;
overflow:hidden;
margin: 0 auto;
}

#replayBtn:hover {
-webkit-transform:rotate(360deg);
-moz-transform:rotate(360deg);
-o-transform:rotate(360deg);
}


#soundBtn {
  position:absolute;
  left:50px;
  bottom:10px;
}

#fsBtn {
  display:none;
  position:absolute;
  right:10px;
  bottom:10px;
}

.vidBtn {
  display:block;
  background-color: rgba(255,255,255,0.4);
  width:30px;
  cursor:pointer;
  height:30px;  
}

.vidBtn:hover,#pause:hover {
  
  background-color: rgba(255,255,255,0.6);
}

#mobile-play {
  width:640px;
  height:360px;
}

#mobile-play img,#replayBtn img  {
  bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
  cursor:pointer;
    right: 150;
    top: 0;
  z-index:2000;

}

.centered {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
}

#clickthrough-button {
	background-color: rgba(0,0,0,0);
	cursor: pointer;
	border: none;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 970px;
	height: 250px;
	z-index: 50;
}

#button-overlay{
  position: absolute;
  z-index: 1001;
  width:159px;
  height:57px;
  top:186px;
  left:115px;
  display: none;
}
#button-overlay img{
  width:159px;
}
