

@media (max-width: 2930px) {
    .hero {
        height:600px!important;
        margin-bottom: 20px
    }
}
.hero-slider__item {
    height: auto !important;
    min-height: 600px !Important;
}
@media(min-width:2000px){
	.hero-slider__item {
		min-height: 670px !Important;
	}
}