section.m4_video .m4_video_height_setter {
	width: 100%;
	height: 679px;
}

section.m4_video .m4_video_container {
	position: relative;
	cursor: pointer;
}

section.m4_video .m4_overlay {
	position: absolute;
	/* left: 0;
	top: 0;
	width: 100%;
	height: 100%; */
	inset: 0;
	cursor: pointer;
}

section.m4_video .m4_overlay_content {
	width: 100%;
	height: 100%;
}

section.m4_video .m4_play_button_container {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background: #e96730;
	width: 95px;
	height: 95px;
	border-radius: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all .4s;
	box-shadow: 0px 17px 27px 15px rgba(0, 0, 0, 0.57);
}

section.m4_video .m4_play_button_container:hover {
	background: #fff;
}

section.m4_video .m4_overlay:hover .m4_play_button_container {
	opacity: 1;
}

section.m4_video .m4_play_button_container svg {
	fill: #fff;
	width: 25px;
	margin-left: 3px;
	margin-top: 1px;
	transition: all .4s;
}

section.m4_video .m4_play_button_container:hover svg {
	fill: #e96730;
}

@media screen and (min-width: 2000px) {
	section.m4_video .m4_video_height_setter {
		height: 750px;
	}
}

@media screen and (min-width: 2200px) {
	section.m4_video .m4_video_height_setter {
		height: 800px;
	}
}

@media screen and (min-width: 2400px) {
	section.m4_video .m4_video_height_setter {
		height: 850px;
	}
}

@media screen and (max-width: 1399px) {
	section.m4_video .m4_video_height_setter {
		height: 600px;
	}
}

@media screen and (max-width: 1199px) {
	section.m4_video .m4_video_height_setter {
		height: 550px;
	}
}
@media screen and (max-width: 991px) {
	section.m4_video .m4_video_height_setter {
		height: 450px;
	}
}

@media screen and (max-width: 767px) {
	section.m4_video .m4_video_height_setter {
		height: 400px;
	}
}

@media screen and (max-width: 575px) {
	section.m4_video .m4_video_height_setter {
		padding: 0;
	}
	
	section.m4_video .m4_video_height_setter {
		height: 350px;
	}
}

@media screen and (max-width: 475px) {
	section.m4_video .m4_video_height_setter {
		height: 300px;
	}
}

@media screen and (max-width: 375px) {
	section.m4_video .m4_video_height_setter {
		height: 250px;
	}
}
