.video
{
    position:relative;                                    
    display:block;
    height:0;
    padding:0;
    overflow:hidden;                                    
    padding-bottom:56.25%;
    border:1px solid #d5d6df;
    box-shadow: 0px 0px 10px 0px rgba(21, 126, 251, 0.35);
    background: #d5d6df;
}

.video .bg
{
    background:url(../img/png/public/vid.png) no-repeat;
    background-position:  calc(50% - 25px) calc(50% - -30px);
    opacity:0.2;
    transition: visibility 0s 2s, opacity 2s linear;
    filter: blur(1px);
    height:100%;
    width:100%;
}

.video #vControl
{
    position: absolute;
    top:0;
    left:0;
    bottom:0;
    height:100%;
    width:100%;
    border:0;
}

.video .iPlay
{
    max-width: 64px;
    max-height: 64px;
    cursor: pointer;
    background-color: #ddd;
    border-radius:50%;
}
.video .iPlay:hover 
{
    text-decoration: none;
    opacity:1;
    background-color: rgb(77, 73, 73);
    transition:0.5s;
}
                               