section.m34_video_slider .m34_titel {
	text-align: center;
	margin-bottom: 60px;
}

section.m34_video_slider .m34_video_container {
	position: relative;
	cursor: pointer;
	height: 428px;
	padding: 0 17px;
}

section.m34_video_slider .m34_video_container video {
	border-radius: 4.5px;
}

section.m34_video_slider .m34_overlay {
	position: absolute;
	left: 17px !important;
	width: calc(100% - 34px);
	inset: 0;
	cursor: pointer;
	border-radius: 4.5px;
}

section.m34_video_slider .m34_overlay img {
	border-radius: 4.5px;
}

section.m34_video_slider .m34_overlay_content {
	width: 100%;
	height: 100%;
}

section.m34_video_slider .m34_play_button_container {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50% , -50%);
}

section.m34_video_slider .m34_overlay:hover .m34_play_button_container {
	opacity: 1;
}

section.m34_video_slider .m34_play_button_container svg {
	fill: #000;
	width: 60px;
	min-width: 60px;
	height: 60px;
	min-height: 60px;
}

section.m34_video_slider .m34_videos_arrows_container {
	position: relative;
}

section.m34_video_slider .m34_arrow {
	background: #ef7d00;
	height: 41px;
	width: 41px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 4px;
	cursor: pointer;
	border: 1px solid #ef7d00;
	transition: all .4s;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
}

section.m34_video_slider .m34_arrow:hover {
	background: #fff;
}

section.m34_video_slider .m34_arrow.slick-disabled {
	background: #f7f7f7;
	border-color: #dbdbdb;
}

section.m34_video_slider .m34_arrow svg {
	width: 8px;
	fill: #fff;
	transition: fill .4s;
}

section.m34_video_slider .m34_arrow:hover svg {
	fill: #ef7d00;
}

section.m34_video_slider .m34_arrow.slick-disabled svg {
	fill: rgba(0, 0, 0, .3);
}

section.m34_video_slider .m34_arrow.m34_prev_arrow svg {
	transform: rotate(180deg);
}

section.m34_video_slider .m34_arrow.m34_next_arrow {
	right: 70px;
}

section.m34_video_slider .m34_arrow.m34_prev_arrow {
	left: 70px;
}

section.m34_video_slider .m34_video_item {
	transition: opacity .4s;
}

section.m34_video_slider .m34_video_item:not(.slick-active) {
	opacity: .3;
}

section.m34_video_slider .m34_video_play_btn {
	box-shadow: 0 0 0px 10px rgba(255, 255, 255, .15);
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	backdrop-filter: blur(10px);
	transition: box-shadow .4s;
}

section.m34_video_slider .m34_play_button_container:hover .m34_video_play_btn {
	box-shadow: 0 0 0px 10px rgba(239, 125, 0, .4);
}

section.m34_video_slider .m34_btn_circle {
	width: 55px;
	height: 55px;
	background: rgba(255, 255, 255, .4);
	border-radius: 50%;
	transition: background .4s;
}

section.m34_video_slider .m34_play_button_container:hover .m34_btn_circle {
	background: rgba(239, 125, 0, .8);
}

section.m34_video_slider .m34_btn_triangle {
	border-left: 10px solid #fff;
	border-bottom: 7px solid transparent;
	border-top: 7px solid transparent;
	border-radius: 2px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50% , -50%);
}

/* section.m34_video_slider .m34_videos_container:before,
section.m34_video_slider .m34_videos_container:after {
	content: '';
	height: 100%;
	width: 200px;
	top: 0;
	background: linear-gradient(90deg,rgba(255, 255, 255, .7) 0%, rgba(254, 254, 254, 0) 100%);
	display: block;
	position: absolute;
	z-index: 1;
}

section.m34_video_slider .m34_videos_container:before {
	left: 0;
} */

section.m34_video_slider .m34_videos_container:after {
	transform: rotate(180deg);
	right: 0;
}

section.m34_video_slider .m34_video {
	max-height: 100%;
	width: 100%;
}

@media screen and (max-width: 1199px) {
	/* section.m34_video_slider .m34_videos_container:before,
	section.m34_video_slider .m34_videos_container:after {
		width: 100px;
	} */
}

@media screen and (max-width: 767px) {
	/* section.m34_video_slider .m34_videos_container:before,
	section.m34_video_slider .m34_videos_container:after {
		display: none;
	} */
	
	section.m34_video_slider .m34_arrow.m34_next_arrow {
		right: 35px;
	}
	
	section.m34_video_slider .m34_arrow.m34_prev_arrow {
		left: 35px;
	}
	
	section.m34_video_slider .m34_video_container {
		height: 328px;
	}
}

@media screen and (max-width: 575px) {
	section.m34_video_slider .m34_arrow,
	section.m34_video_slider .m34_arrow.m34_prev_arrow,
	section.m34_video_slider .m34_arrow.m34_next_arrow {
		position: relative;
		left: unset;
		top: unset;
		transform: unset;
		right: unset;
	}
	
	section.m34_video_slider .m34_arrows {
		display: flex;
		align-items: center;
		gap: 13px;
		padding: 0 17px;
		margin-top: 17px;
		justify-content: flex-end;
	}
}

@media screen and (max-width: 475px) {
	section.m34_video_slider .m34_titel {
		text-align: left;
	}
}

@media screen and (max-width: 400px) {
	section.m34_video_slider .m34_video_container {
		height: 228px;
	}
}