.bannersgrid-desktop {
    display: flex;
}
.bannersgrid-mobile {
    margin-left: -10px;
    margin-right: -10px;
    width: calc(100% + 20px);
    display: none;
}

.row-m-0 {
    margin-right: 0;
    margin-left: 0;
    width: 100%;
}
.bannersgrid-img {
    position: relative;
    width: 100%;
}
.bannersgrid-img p {
    margin-bottom: 0;
}
.bannersgrid-img img {
    max-width: 100%;
    height: auto;
}
.bannersgrid-link {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.bannersgrid-margin-mobile {
    margin-top: 5px;
}
.bannersgrid-margin-mobile-left .row {
    margin-left: -7.5px;
}
.bannersgrid-margin-mobile-right .row {
    margin-right: -7.5px;
}
.aspect-ratio-1 {
    aspect-ratio: 600 / 265;
}
.aspect-ratio-2 {
    aspect-ratio: 400 / 250;
}
.aspect-ratio-3 {
    aspect-ratio: 1 / 1;
}

@media (max-width: 575px) {
    .bannersgrid-desktop {
        display: none;
    }
    .bannersgrid-mobile {
        display: flex;
        flex-wrap: wrap;
    }
}
