.fastboost-youtube-preview {
	aspect-ratio: 16 / 9;
	background: #111;
	border: 0;
	cursor: pointer;
	display: inline-grid;
	max-width: 100%;
	overflow: hidden;
	padding: 0;
	place-items: center;
	position: relative;
	width: 560px;
}

.fastboost-youtube-preview img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.fastboost-youtube-preview span {
	align-items: center;
	background: rgba(0, 0, 0, 0.72);
	border-radius: 50%;
	color: #fff;
	display: flex;
	font-size: 12px;
	font-weight: 700;
	height: 60px;
	justify-content: center;
	left: 50%;
	line-height: 1;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 60px;
}
