/*------------------------------------*\
	 LOCAL SCREENS
\*------------------------------------*/






/*------------------------------------*\
	 END LOCAL SCREENS
\*------------------------------------*/





/*------------------------------------*\
	 LOCAL FIXES
\*------------------------------------*/

.main [data-module-template="heroes"].collection-module [data-unit-id="back-to-school-2023"] .module-content .unit-wrapper {
	background-color: #f2f2f4;
}

.main [data-module-template="heroes"] [data-unit-id="back-to-school-2023"] .unit-image-wrapper {
    clip-path: inset(1px);
}

.main [data-module-template="heroes"].collection-module [data-unit-id="back-to-school-2023"] {
	--content-height: 650px;
}

@media screen and (max-width: 1068px) {

	.main [data-module-template="heroes"].collection-module [data-unit-id="back-to-school-2023"] {
		--content-height: 620px;
	}

}

@media screen and (max-width: 734px) {

	.main [data-module-template="heroes"].collection-module [data-unit-id="back-to-school-2023"] {
		--content-height: 540px;
	}
	
}


@media only screen and (min-width: 1069px) and (min-height: 776px) {

	.main [data-module-template="heroes"].collection-module [data-unit-id="back-to-school-2023"] {
		--content-height: 735px;
	}
}

@media only screen and (max-width: 1068px) and (min-height: 734px) {

	.main [data-module-template="heroes"].collection-module [data-unit-id="back-to-school-2023"] {
		--content-height: 690px;
	}

}

@media screen and (max-width: 734px ) and (min-height: 0px) {

	.main [data-module-template="heroes"].collection-module [data-unit-id="back-to-school-2023"] {
		--content-height: 540px;
	}
	
}

/*------------------------------------*\
	 END LOCAL FIXES
\*------------------------------------*/