/* --- YOUR EXISTING CSS --- */

.cnFooterPoweredByContainer {
  display: none;
}

.mainMenuContainer .mainMenu div.menuMemberOnlyIcon, 
.subMenuContainer .subMenu div.menuMemberOnlyIcon {
  display: none;
}

#FunctionalBlock1_ctl00_memberApplicationMain_ctl00_stepTemplate_selectedLevel_group {
  display: none;
}

/* --- OPTION 2: RESPONSIVE BANNER FIX --- */

/* Scaling the banner image to fit mobile screens (Tablets/Phones) */
@media (max-width: 768px) {
    .wa-header-image, .id-Header img, .banner-gadget img {
        width: 100% !important;
        height: auto !important;
        background-size: contain !important;
    }
}
