.playbtn {
    position: absolute;
    top: 34%;
    left: 43%;
    width: 70px;
}
    
.video-pointer {
    cursor: pointer;
    box-shadow: 0 0 7px #777;
}

.top-buffer {
    margin-top: 30px;
}

.video-img-hover{
    background: #000;
}
  
.video-img-hover img:first-child {
    opacity: 1;
    transition: opacity .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out;
    -webkit-transition: opacity .2s ease-in-out;
}
  
.video-img-hover img:hover:first-child {
    opacity: 0.6;
}

.close {
    font-size: 36px;
    margin:-15px 0 0 0;
    float: right;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-shadow: 0 0 0 #fff;
    opacity: .8;
}

.close:hover {
    color: #5b0000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: 1;
}