.footer-banner{
    display: flex;
    width: 100%;
    position: fixed;
    bottom: 5%;
    justify-content: center;
    pointer-events: none;
}
.wide-banner{
    display: inline-block;
    max-width: 100%;
    pointer-events: auto;
}

.wide-banner img {
    max-width: 100%;
    max-height: 60px;
    object-fit: cover;
}