/*
 Theme Name:     Hoch Zwei Child 5
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Hoch Zwei Childtheme
 Author:         Hoch Zwei GmbH
 Author URI:     https://www.werbung-text-design.de
 Template:       Divi
 Version:        5.0.0-public-alpha.14.1
*/
 



/* MAGIC HAPPENS FROM HERE
------------------------------------------------------- */




/*** VERTICAL CENTER ALIGN BACKGROUND VIDEOS ***/

.et_pb_section_video_bg {
	display: flex !important;
	flex-direction: column !important;
	justify-content: center !important;
}



/*** MENU CLOSE ICON POSITION PHONE ***/

@media only screen and (max-width: 600px) {
	.dsm-popup-wrap #et_pb_image_1_tb_header.mfp-close .et-pb-icon  {
	padding-top: 15px;
	padding-right: 10px;
	}}


/*** MENU CLOSE ICON POSITION TABLET AND ABOVE ***/

@media only screen and (min-width: 600px) {
	.dsm-popup-wrap #et_pb_image_1_tb_header.mfp-close .et-pb-icon  {
	padding-top: 15px;
	padding-right: 60px;
	}}




/*** Introsection Overflow visible ***/

.h2-introsection .et_pb_section_video:not(.et_pb_section--with-menu) {
    overflow: visible !important;
}

.et_pb_section_video:not(.et_pb_section--with-menu) {
    overflow: visible !important;
}



