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;
    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: 250px;
    width: 444px;
    position: absolute;
    bottom: 0;
    left: 0;
}

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

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