.ac-video-wrapper {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	background: no-repeat center #333;
	background-size: cover;
	display: flex;
	align-items: center;
}

.ac-video-wrapper::after {
	content: "";
	opacity: 1;
	position: absolute;
	background: -webkit-radial-gradient(rgba(0,0,0,0) 55%, rgba(0,0,0,0.4) 56%), -webkit-radial-gradient(rgba(0,0,0,0) 55%, rgba(0,0,0,0.4) 56%);
	background-position: 3px 3px, 3px 3px, center center;
	background-size: 3px 3px, 3px 3px, 600px 600px;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	-webkit-transition: opacity 2s;
}

.ac-video-btn-wrap {
	position: relative;
	z-index: 10;
	margin: auto;
}

.ac-video-btn {
	background: no-repeat center url('/~arrowconcrete/wp-content/uploads/2018/11/play-button-image-1.png');
	width: 63px;
	height: 63px;
	display: block;
}