body {
    margin: 0px;
}

#ad {
    display: block;
    overflow: hidden;
    width: 300px;
    height: 600px;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
}

#banner {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    cursor: pointer;
}

#clickImage {
    position: absolute;
    top:0;
    left:0;
}

.video-container {
    height: 169px;
    width: 300px;
    position: absolute;
    visibility: hidden;
    bottom: 113px;
    left: 0;
}

video {
    height: 100%;
    width: 100%;
}

video::-webkit-media-controls-fullscreen-button {
    display: none;
}

.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;
}