html,body{background:black;}
body{overflow-y:scroll;}
.sub-wrap .container .info-wrap .bt-btn button{display:inline-block;margin:0 auto;padding:18px 60px;border-radius:50px;background:#1428a0;color:#fff;font-size:18px;font-weight:700;}

.box-video{position:relative;}
.box-video .video-dim{    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    background-color: transparent;
}

.box-video .video-dim img{
    cursor: pointer;
    width:15%;
} 

.visit-count {
    color:white;
    font-weight: 300;
    font-size:.9em;
    font-family: 'SamsungSharpSans';
    margin-right:10px;
}

.visit-count b{
    font-weight:700;
    font-size:1.1em;
}