Hi @librandi
Because your banner image is shorter than the module on the right, there is a height difference. You can either crop the image or try using the following custom CSS code:
.t4-spotlight-2 .bannergroup {
height: 100%;
}
.t4-spotlight-2 .bannergroup .banneritem {
height: 100%;
}
.t4-spotlight-2 .bannergroup .banneritem img {
height: 100%;
object-fit: cover;
object-position: center center;
}
Regards,