@media (min-width: 768px) {
    #baner-reklamowy .background { aspect-ratio: 1400 / 273; min-height: 273px; width: 100%; }
    #baner-reklamowy .background > .row { position: relative; width: 100%; height: 100%; }
    #baner-reklamowy .background > .row img { position: absolute; left: 0; bottom: 0; }
    #baner-reklamowy .background > .row img { height: 252px; left: .5rem; }
}

@media (min-width: 992px) {
    #baner-reklamowy .background > .row img { height: 332px; left: .75rem; }
}

@media (min-width: 1200px) {
    #baner-reklamowy .background > .row img { height: 362px; left: 3.5rem; }
}

@media (min-width: 1400px) {
    #baner-reklamowy .background > .row img { height: 362px; left: 2.5rem; }
}

@media (min-width: 1920px) {
    #baner-reklamowy .background > .row img { height: 362px; left: 3.5rem; }
}