.video-wrap {
    width: 100%;
    background-color: rgba(0,0,0,0.8);background-size: cover;
    overflow: hidden;
    text-align: center;
    color: #fff;
    min-height: 300px;
    border-radius: 10px;
    position: relative;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    outline: none;
    margin-bottom: 20px;
}

.video-wrap a {position: absolute; top: 0px; left: 0px; bottom: 0px; width:100%;}
.video-wrap p {color: #fff; font-size: 16px; font-family: din_next;}
.video-wrap i {color: #fff; margin-top: 100px; font-size: 60px;}
.video-wrap img {position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    opacity: 0.3;}

    .layer {
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.video-wrap:hover { opacity: 0.5; }