.imagebox-spotlight {
    position: relative;
    margin-bottom: 30px;
}

.imagebox-spotlight > img {
    display: block;
    width: 100%;
}

.imagebox-spotlight::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("/includes/public/assets/images/spotlight-gradient.png");
    background-repeat: repeat-x;
    background-position: bottom;
    z-index: 1;
	opacity: 0.7;
}

.imagebox-spotlight .content {
    position: absolute;
    bottom: 0;
    left: 0;
	padding: 25px 15px;
	width: 100%;
    color: white;
    z-index: 2;
}

.imagebox-spotlight .content .title {
    display: block;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: bold;
}

.imagebox-spotlight .content .desc {
    color: white;
}

.imagebox-spotlight .content .desc > i {
    font-size: 24px;
    font-weight: bold;
    margin-left: 8px;
}

.imagebox-spotlight .imagebox-video-wrapper {
	display: flex;
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
	z-index: 3;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
}

.imagebox-spotlight .fa-play-circle {
	font-size: 100px;
	color: white;
}