Hi rembertoguido
This due to the images' ratio, on small screen, images will be resized.
You can try this custom css:
@media (max-width: 480px){}
.jub-block.container-slideshow-1 .container-slideshow .item {
height: 205px;
}
.jub-block.container-slideshow-1 .container-slideshow .item .jub-block h1.jub-h1 {
font-size: 125%;
}
}