.banner-widget {
    align-self: end !important;
    display: unset !important;
}

@media (max-width: 460px) {
    .banner-widget {
        align-self: center !important;
    }
}