/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
#wrapper {
    overflow: hidden;
}

.subscription-banner .img-banner {
    display: block !important;
}
@media (max-width: 575.98px) {
    .subscription-banner .img-banner {
        max-width: calc(100% - 130px);
    }
}