section.m4_video .m4_video_height_setter {
	width: 100%;
	height: 762px;
}

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%);
	-webkit-transition: opacity .4s;
	-moz-transition: opacity .4s;
	-ms-transition: opacity .4s;
	-o-transition: opacity .4s;
	transition: opacity .4s;
}

section.m4_video .m4_overlay:hover .m4_play_button_container {
	opacity: 1;
}

section.m4_video .m4_play_button_container svg{
	fill:#000;
	width: 60px;
	min-width: 60px;
	height: 60px;
	min-height: 60px;
}

section.m4_video .m4_video_play_btn {
	box-shadow: 0 0 0px 10px rgba(255, 255, 255, 0.15);
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	backdrop-filter: blur(1px);
}

section.m4_video .m4_btn_circle {
	width: 55px;
	height: 55px;
	background: rgba(255, 255, 255, 0.4);
	border-radius: 50%;
}

section.m4_video .m4_btn_triangle {
	border-left: 10px solid #fff;
	border-bottom: 7px solid transparent;
	border-top: 7px solid transparent;
	border-radius: 2px;
	position: absolute;
}

section.m4_video .m4_btn_circle {
	transition: background .4s;
}

section.m4_video .m4_video_play_btn {
	transition: box-shadow .4s;
}

section.m4_video .m4_video_container:hover .m4_btn_circle {
	background: rgba(239, 125, 0, .8);
}

section.m4_video .m4_video_container:hover .m4_video_play_btn {
	box-shadow: 0 0 0px 10px rgba(239, 125, 0, .4);
}

section.m4_video {
	position: relative;
}

section.m4_video .m4_background {
	position: absolute;
	left: -100px;
	right: -100px;
	bottom: -100px;
	top: 100px;
}

section.m4_video .m4_overlay_content img,
section.m4_video .m4_video_container video {
	border-radius: 10px;
}

@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: 762px;
		}
	}
}

@media screen and (min-width: 2400px) {
	section.m4_video {
		.m4_video_height_setter {
			height: 762px;
		}
	}
}

@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;
		}
		
		.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;
		}
	}
}
