.film_unit 										{ position: relative; width: 100%; height: 100%; background-color: black; overflow: hidden; }
.film_unit .video_player						{ position: absolute; right: 0; bottom: 0; min-width: 100%; min-height: 100%; }
.film_unit .main_text 							{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; }
.film_unit .main_text .wrap 					{ text-align: center; color: white; }
.film_unit .main_text .wrap .logo				{ width: 50vw; max-width: 350px; }
.film_unit.margin_top 							{ margin-top: 50px; }
.film_unit.margin_bottom 						{ margin-bottom: 50px; }
.film_unit .youtube_holder 						{ position: absolute; width: 100%; height: 100%; left: 0; top: 0; background-color: black; display: none; }
.film_unit .youtube_holder.active 				{ display: block; }


.film_unit .youtube_holder .youtube-container 			{ position: relative; width: 90%; height: 100%; margin-left: 5%; }
.film_unit .youtube_holder .youtube-container .video 	{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 0;}

.film_unit .youtube_holder .close_video_btn					{ position: absolute; right: 0; top: 0; width: 50px; height: 50px; z-index: 20000; cursor: pointer; background-color: black; }
.film_unit .youtube_holder .close_video_btn .icon			{ position: absolute; opacity: .8; transition: opacity .3s ease !important; }
.film_unit .youtube_holder .close_video_btn .icon:hover		{ opacity: 1; }

.film_unit a:link               				{ border-bottom: 2px dotted; }

.film_unit_mobile 								{ display: none; }
.film_unit_mobile_youtube_unit 					{ display: none; }

.film_unit .show_arrow_icon_holder						{ position: absolute; width: 100%; height: auto; left: 0; bottom: 0; text-align: center; padding: 50px; }
.film_unit .show_arrow_icon_holder .icon				{ width: 100%; }
.film_unit .show_arrow_icon_holder .icon img			{ width: 15%; max-width: 50px; opacity: .9; cursor: pointer; transition: opacity .3s ease; }
.film_unit .show_arrow_icon_holder .icon img:hover		{ opacity: 1; }

@media only screen and (max-width : 768px) {
	.film_unit 						{ width: 100% !important; height: auto !important; margin-left: 0 !important; }
	.film_unit .video_player		{ position: relative; min-width: auto; min-height: auto; width: 100%; display: block; opacity: 1 !important; }
	.film_unit.margin_top 			{ margin-top: 25px; }
	.film_unit.margin_bottom 		{ margin-bottom: 25px; }
	.film_unit .main_text 			{ display: none; }

	.film_unit_mobile 						{ display: block; text-align: center; margin-top: 25px; padding: 10px; margin-bottom: 25px; }
	.film_unit_mobile .logo					{ width: 50vw; max-width: 150px; }
	.film_unit_mobile_youtube_unit 			{ display: block; width: 100%; margin-top: 25px; margin-bottom: 25px; }
	.film_unit_mobile_youtube_unit .frame				{ position: relative; }
	.film_unit_mobile_youtube_unit .frame .bg			{ position: relative; }
	.film_unit_mobile_youtube_unit .frame .video		{ position: absolute; width: 100%; height: 100%; left: 0; top: 0; }

	.film_unit .show_arrow_icon_holder	{ display: none; }

}