Size banner mobile

Ajoutez ce code à la fin de votre fichier theme.scss.css:

@media only screen and (max-width: 749px)
{
.slideshow--full .slideshow {
    height: -webkit-fill-available;
}
}