

.homepage-slider-bottom {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: stretch;
    margin-top: 13px;
    gap: 5px;
    padding: 13px 3px 5px 3px;
}
.homepage-slider-bottom .homepage-slider-image {
    aspect-ratio: 1000 / 820;
}
.homepage-slider-bottom .homepage-slider-image.image-left {
    width: 50%;
    /*height: 100%;*/
    max-width: 50%;
    height: inherit;
    /*padding: 20px;*/
}
.homepage-slider-bottom .homepage-slider-image.image-right {
    width: 50%;
    /*height: 100%;*/
    max-width: 50%;
    height: inherit;
    /*padding: 20px;*/
}
.homepage-slider-bottom .homepage-slider-image.image-full {
    width: 65%;
    /*height: 100%;*/
    max-width: 65%;
    height: inherit;
    /*padding: 20px;*/
}
.homepage-slider-bottom .homepage-slider-image .image-link {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
}
.homepage-slider-bottom .homepage-slider-image .bottom-image {
    width: 100%;
    height: 100%;
    max-width: 100%;
    object-fit: cover;
    display: block;
}

@media (min-width: 768px) {
    .homepage-slider-bottom {
        display: none;
    }
}
