@charset "utf-8";

/* CSS Document */
.details-img {
	max-width: 750px;
}

.details-img img {
	width: 100%;
}

.text {
	max-width: 750px;
	text-align: center;
	font-size: 24px;
	font-weight: 400;
	color: #888;
	margin-bottom: 40px;
}

.text a {
	color: #2F93F7;
}
.video{
	position: relative;
	width: 100%;
}
#play_icon {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 3;
	width: 60px;
	height: 60px;
	transform: translate(-50%, -50%);
	border-radius: 50%;
}

#play_icon:hover {
	cursor: pointer;
	-webkit-filter: drop-shadow(0px 0px 10px white);
}
