/* Same look as tabi #banner-home-img when using two theme-dependent images (see templates/partials/home_banner.html). */
#image-container-home .banner-home-img {
    border: none;
    aspect-ratio: 1 / 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media only screen and (max-width: 600px) {
    #image-container-home .banner-home-img {
        max-width: 12rem;
        max-height: 12rem;
    }
}
