Removing the gap btwn mobile slideshow images and pagination dots

Hi @pdgdemds

let try to add this Custom CSS code:

@media screen and (max-width: 749px) {
    .banner--mobile-bottom:not(.banner--stacked) .banner__content,
    #Slide-template--17965952041048__slideshow_yDxVWm-2 {
        display: none;
    }
}

result: