@media screen and (max-width: 767px){

.stage-home__wrapper{
	height: fit-content;
	min-height: auto !important;
}
	
.action-stage{
	height: fit-content;
	max-height: none !important;
}

}

