.video-content-module {
    display: flex;
    align-items: center;
	cursor: pointer;
}

img.video_lightbox_anchor_image {
	width: 100%;
	height: 100%;
}

.video-icon_container {
    position: absolute;
    max-width: 600px;
    width: 100%;
    display: flex;
    justify-content: center;
	align-items: center;
    pointer-events: none;
}

.video-icon {
    background-image: linear-gradient( 120deg,#e60000 0%,#DE004A 100%)!important;
    border-radius: 100%;
	width: 90px;
	height: 90px;
	display: flex;
    justify-content: center;
    align-items: center;
}

.video-icon i::before, .video-icon svg {
    font-size: 30px;
    color: #fff;
	width: 90px;
	height: 90px;
	margin-left: 5px;
}