.section_hero {
	display:block;
}

.hero_text {
	bottom:100px!important;
}
.hero_text.is_stuck {
	bottom:0!important;
}

@media (max-width: 748px)
	.hero_text {
		bottom: 0!important;
		padding-bottom: 0;
	}
}