.video_unit_with_sound 							{ position: relative; width: 100%; height: auto; text-align: center; }
.video_unit_with_sound .video_player			{ position: relative; border-radius: 25px; }
.video_unit_with_sound.margin_top 				{ margin-top: 50px; }
.video_unit_with_sound.margin_bottom 			{ margin-bottom: 50px; }

.video_unit_with_sound.visible_only_on_mobile 			{ display: none; }

@media only screen and (max-width : 960px) {
	.video_unit_with_sound.visible_only_on_desktop 		{ display: none; }
	.video_unit_with_sound.visible_only_on_mobile 		{ display: block; }
}

@media only screen and (max-width : 768px) {
	.video_unit_with_sound.margin_top 			{ margin-top: 25px; }
	.video_unit_with_sound.margin_bottom 		{ margin-bottom: 25px; }

	.video_unit_with_sound .video_player		{ width: 100vw !important; height: auto !important; }

}