body {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.smooth {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

#ad img,
#banner img,
#banner svg {
    position: absolute;
    border: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}

#ad div,
#banner div {
    position: absolute;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#ad,
#banner {
    position: absolute;
    width: 970px;
    height: 250px;
    overflow: hidden;
    margin: 0 auto;
    z-index: 0;
}

#ad {
    border-width: 0;
    border-style: solid;
    border-color: #000;
    background-color: rgba(255, 255, 255, 1);
    background-image: url(poster.jpg);
    background-position: center;
    background-repeat: no-repeat;
}

#banner {
    opacity: 1;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: auto;
    background-size: auto;
    background-color: rgba(255, 255, 255, 1);
}

.full {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.hidden {
    opacity: 0;
}

:focus {
    outline: none;
}

::-moz-focus-inner {
    border: 0;
}

.border {
    border-width: 0px;
    border-style: solid;
    border-color: rgba(127, 127, 127, 1);
}

.clickTag {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
    z-index: 400;
    background-color: rgba(0,0,0,0);
}


/* CSS Custom */

.video-container {
    top: 0px;
    width: 970px;
    height: 250px;
    overflow: hidden;
    visibility: visible !important;
}

.video-container .video {
    width: 100%;
    height: auto;
}

.video-controls {
    position: absolute;
    width: 30px;
    height: 30px;
    bottom: 1px;
    cursor: pointer;
    opacity: 1;
    z-index: 500;

    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 2px;
}

.progress-bar {
    position: absolute;
    background-color: #ffffff;
    top: 1px;
    height: 4px;
    display: none !important;
}

.play-btn,
.pause-btn {
    left: 1px;
}

.mute-btn {
    right: 1px;
}

.unmute-btn {
    right: 1px;
}

.play-btn {
    background-image: url(play.png);
    visibility: hidden;
}

.pause-btn {
    background-image: url(pause.png);
    
}

.unmute-btn {
    background-image: url(unmute.png);
    visibility: hidden !important;
    display: none !important;
}

.mute-btn {
    background-image: url(mute.png);
    /*visibility: hidden;*/
    visibility: hidden !important;
    display: none !important;
}

.replay-btn {
    right: 2px;
    top: 2px;
    background-image: url(replay.png);
    visibility: hidden;
}

/*CUSTOM*/
.displayNone{
    display: none !important;
}
.endframe {
    position: absolute;
    width: 970px;
    height: 250px;
    bottom: 0;
    left: 0;
}
.wrapper-endframe{
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    opacity: 0;
}
.hidden{
    opacity: 0;
}
.img_full{
    width: 100%;
    height: auto;
}