body {
    font-family: Arial, sans-serif;
}
button {
    background-color: #0068FF;
    border: none;
    color: #FFF;
    cursor: pointer;
    font-family: Arial, sans-serif;
    font-size: 12px;
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    user-select: none;
}
button:hover,
button:active {
    color: #FAF000;
}
button:active {
    font-size: 11px;
}
.label {
    color: #0D2A4D;
    position: absolute;
    margin-left: 10px;
    top: 35px;
}
body {
    margin: 0px;
}
#ad {
    display: block;
  
    overflow: hidden;
    width: 970px;
    height: 250px;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#banner {
    position: absolute;
    display: block;
    width: 970px;
    height: 250px;
    background-color: #FFF;
   
    background-repeat: no-repeat;
    overflow: hidden;
}
#clickthrough-button {
    
 
    width: 970px;
    height: 250px;
    
  
    background-position: 0px 0px;
    background-repeat: no-repeat;
    overflow: hidden;
    
	cursor:pointer;
	position: absolute;
    background:transparent;
    z-index: 98;

}
#user-action-button{

position:absolute;
z-index:-1;

}


.buttons {
    position: absolute;
    bottom: 10px;
    right: 10px;
}
.button {
    height: 26px;
    width: 108px;
}
.label {
    font-size: 14px;
}
.buttons {
    bottom: 60px;
    right: 0;
    width: 100%;
}
button {
    margin: 5px auto;
    display: block;
}
#banner {
    background-size: 140px auto;
}
#banner .label {
    top: 55px;
}
#expansion .label {
    top: 65px;
}
.video-container {
    
	height: 250px;
    position: absolute;
    width: 453px;
    visibility: hidden;
	z-index:-1;
	display:none;
	
}
.centered {
    bottom: 0;
    left:455px;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
}
video {
    height: 100%;
    width: 100%;
}
.ios-center-video-controls video::-webkit-media-controls {
    min-width: 0;
}
.sdk .sdk-video-player {
    height: 100%;
    width: 100%;
    position: relative;
    background: url("../images/poster.jpg");
    background-size: cover;
}
.sdk .sdk-video-player-button {
    cursor: pointer;
    position: absolute;
    width: 55px;
    height: 55px;
    background: url("../images/play.png") no-repeat scroll 0px 0px;
    background-size: cover;
}