.videoContainer {
    position: relative;
    width: 640px;
    height: 360px;
    clear: both
}

.videocontent, .adContainer, .coverContainer {
    position: absolute;
    top: 0px;
    left: 0px;
}

.videocontent, .coverContainer {
    width: 100%;
    height: 100%;
}

.coverContainer {
    cursor: pointer;
}

/* video_play.png only for Chrome */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .coverContainer {
        background: url('../../../images/video_play.png') no-repeat center;
    }
}

.contentElement {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #DFDFDF !important;
}