.elementor-widget-ac-sticky-post article {
    min-height: 600px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: rgba(0, 0, 0, 0.1);
				background-blend-mode: multiply;
}
.elementor-widget-ac-sticky-post .elementor-container {
	max-width: 1140px;
	width: 100%;
	padding: 0 20px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

@media( max-width: 767px ) {
	.elementor-widget-ac-sticky-post article {
		min-height: 530px;
	}

	.elementor-widget-ac-sticky-post article .video-player img {
		max-width: 80%;
	}
}

@media( min-width: 1025px ) {
	.elementor-widget-ac-sticky-post article .elementor-post__title {
		max-width: 50%;
	}
}
