@media screen and (max-width: 767px) {
    .aui body.fcbTheme .grid__col--secondary div.portlet-body > #portlet-banner-superior {
        display: inherit;
    }
}

@media screen and (min-width: 768px) and (max-width: 959px) {
    .aui body.fcbTheme .grid__col--secondary div.portlet-body > #portlet-banner-superior {
        display: inherit;
    }
}