/*VIDEO THUMBNAIL*/
.aiovg-responsive-container:before {
	content:"";
	position:absolute;
	height: 100%;
	width: 100%;
    z-index: 10;
}

.aiovg-responsive-container:hover:before {
	transition: all 0.2s ease;
    background-color:rgba(0, 0, 0, 0.25)
}