body {
    margin: 0px;
}

#ad {
    display: block;
    overflow: hidden;
    width: 100%;
    max-width: 1200px;
    min-width: 320px;
    height: 220px;
    -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: 170px;
    width: 300px;
    position: absolute;
    top: 25px;
    left: 32px;
}

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

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