.et-pb-parallax-background_widescreen, .et-pb-parallax-background_tabletWide, .et-pb-parallax-background_tablet, .et-pb-parallax-background_phoneWide, .et-pb-parallax-background_phone {
	display: none;
}

.et_pb_section_parallax .et_pb_team_member_description {
	z-index: 2;
}

.et_pb_section_parallax .et-pb-icon, .et_pb_section_parallax .et_pb_icon_list_text {
	z-index: 1;
}

@media only screen and (min-width: 1440px) {
	.et-pb-parallax-background.et-pb-parallax-background_ultraWide:not([class*=__hover]) {
		display: block;
	}
}

@media only screen and (min-width: 1280px)and (max-width: 1439px) {
	.et-pb-parallax-background.et_parallax_bg_widescreen_exist:not([class*=__hover]) {
		display: none;
	}
	
	.et-pb-parallax-background.et-pb-parallax-background_widescreen:not([class*=__hover]) {
		display: block;
	}
}

@media only screen and (min-width: 1025px)and (max-width: 1279px) {
	.et-pb-parallax-background.et_parallax_bg_desktop_exist:not([class*=__hover]) {
		display: none;
	}
}

@media only screen and (min-width: 981px)and (max-width: 1024px) {
	.et-pb-parallax-background.et_parallax_bg_tabletWide_exist:not([class*=__hover]) {
		display: none;
	}
	
	.et-pb-parallax-background.et-pb-parallax-background_tabletWide:not([class*=__hover]) {
		display: block;
	}
}

@media only screen and (max-width: 980px) {
	.et-pb-parallax-background.et_parallax_bg_tablet_exist:not([class*=__hover]) {
		display: none;
	}
	
	.et-pb-parallax-background.et-pb-parallax-background_tablet:not([class*=__hover]) {
		display: block;
	}
}

@media only screen and (max-width: 860px) {
	.et-pb-parallax-background.et_parallax_bg_phoneWide_exist:not([class*=__hover]) {
		display: none;
	}
	
	.et-pb-parallax-background.et-pb-parallax-background_phoneWide:not([class*=__hover]) {
		display: block;
	}
}

@media only screen and (max-width: 767px) {
	.et-pb-parallax-background.et_parallax_bg_phone_exist:not([class*=__hover]) {
		display: none;
	}
	
	.et-pb-parallax-background.et-pb-parallax-background_phone:not([class*=__hover]) {
		display: block;
	}
}

.et_pb_section_parallax_hover:hover .et-pb-parallax-background:not([class*=__hover]), .et_pb_section_parallax_hover:hover .et_parallax_gradient:not([class*=__hover]) {
	display: none !important;
}

.et_pb_section_parallax_hover:hover .et-pb-parallax-background[class*=__hover], .et_pb_section_parallax_hover:hover .et_parallax_gradient[class*=__hover] {
	display: block !important;
}

.et_pb_section_parallax_hover:hover, .et_pb_section_parallax_hover.et_vb_hover {
	background-image: none !important;
}

.et_pb_section_parallax_hover.et_vb_hover .et-pb-parallax-background:not([class*=__hover]), .et_pb_section_parallax_hover.et_vb_hover .et_parallax_gradient:not([class*=__hover]) {
	display: none !important;
}

.et_pb_section_parallax_hover.et_vb_hover .et-pb-parallax-background[class*=__hover], .et_pb_section_parallax_hover.et_vb_hover .et_parallax_gradient[class*=__hover] {
	display: block !important;
}