/* Add here all your CSS customizations */
.play-video-custom {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -45px;
	margin-top: -45px;
}

.play-video-custom img {
		transition: all 0.3s ease;
}

.play-video-custom:hover img {
		transform: scale(1.1, 1.1);
}