.section-1 {
	padding: 0;
}

.video-poster {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.video-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: rgba(0, 0, 0, 0.6);
}

.video-title {
	color: #fff;
	font-size: 56px;
	margin-bottom: 25px;
	font-weight: 600;
}

.video-title span {
	font-weight: 600;
}

.video-title p {
	font-weight: 400;
	font-size: 24px;
}

.play-button {
	cursor: pointer;
	width: 51px;
	height: 51px;
	background: url(../static/images/playBtn.png) no-repeat center center;
	background-size: 100% 100%;
	opacity: 0.8;
	margin-top: 60px;
}

.play-button:hover {
	opacity: 1;
}
