body {
    font-family: Arial, sans-serif;
}

body {
    margin: 0px;
}
#ad {
    display: block;
    overflow: hidden;
    width: 300px;
    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: 300px;
	height: 250px;
	background-color: #FFF;
	background-position: 10px 10px;
	background-repeat: no-repeat;
	overflow: hidden;
	left: 0px;
	top: 0px;
}

.movie {
	width: 300px;
	height: 250px;
	position: absolute;
	z-index: 49;
	top: 0px;
	left:0px;
}

button {
    opacity: 0;
    filter: alpha(opacity=0);
    border: none;
    cursor: pointer;
    outline: none;
    user-select: none;
}

#clickthrough-button {
	position: absolute;
	left: -2px;
	top: -1px;
	width: 300px;
	height: 250px;
	display: block;
	z-index: 50;
}

#user-action-button {
	display: none;
	position: absolute;
	
	left: 104px;
	top: 104px;
	
	width: 96px;
	height: 75px;
	z-index: 100;	
}

canvas {
  display:block;	
}




/*.buttons {
  left: 10px;
  bottom: 60px;
}

.buttons button{
  margin: 3px 0;
}*/

.video-container {
	width: 300px;
    height: 126px;
	
    position: absolute;
	left:0px;
	top:46px;
    
    visibility: hidden;
	display:none;
	z-index:1000;
}
.centered {
    bottom: 0;
    left: 0;
    margin: auto;
    position: relative;
    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;
}
