How to change the Hero Slide height?

I created a new page. I added the HeroSlide, How to overide the height? Maybe there is scss variable for it?

image

#id-70bb88c2add2 .carousel-item {
    height: auto !important;
}

Thanks, !important do the work.