.vide-widget {
    margin: 64px 0 40px;
}

.video-wrap {
    position: relative;
}

.video-thumb {
    position: absolute;
    top: 0; left: 0;
    right: 0; bottom: 0;
    z-index: 100;
    cursor: pointer;
    overflow: hidden;
    border-radius: 6px;
}

.video-thumb img {
    width: 100%;
    height: auto;
    position: relative;
    top: -60px;
}

@media (max-width: 425px){
    .video-thumb img {
        top: -20px;
    }
}

.video-wrap video {
    /* width: 579px;
    height: 444px; */
    width: 100%;
    height: auto;
}


.play-video-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: transparent;
    border: none;
    outline: none !important;
}

.video-info p {
    font-size: 18px;
    line-height: 1.5;
}