smartmax
Hi
This is due to less content in the first slide.
Add this code in custom.css file to make a min height for all the slides content
.acm-slideshow .owl-carousel .item .slider-content-inner {
min-height: 480px;
}
It will fix the blank space issue.
Regards