section.block_vimeo_video {
    max-width: 1220px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    -webkit-box-shadow: 0px 16px 24px rgba(0,0,0,0.1), 0px 8px 16px rgba(0,0,0,0.05);
    box-shadow: 0px 16px 24px rgba(0,0,0,0.1), 0px 8px 16px rgba(0,0,0,0.05);

}

.vimeo_thumbnail {
    position: absolute;
    top: 0;
}

.vimeo_play_button {
    background: rgba(255,255,255,0.5);
    border: none;
    width: 80px;
    height: 80px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -40px;
    margin-left: -40px;
    border-radius: 50%;
/*     padding: 20px; */
    cursor: pointer;
    -webkit-transition: all .35s ease;
       -moz-transition: all .35s ease;
        -ms-transition: all .35s ease;
         -o-transition: all .35s ease;
            transition: all .35s ease;
}

.vimeo_play_button svg {
    width: 30px;
    position: relative;
    top: 4px;
    left: 3px;
}

.vimeo_play_button:hover {
    background: #fff;
}

.vimeo_play_button:hover svg polygon {
	fill: #AE4FD2;
}


@media only screen and (max-width: 767px) {
    
    section.block_vimeo_video {
        margin-left: -20px;
        margin-right: -20px;
    }

}
