/*homepage iamge title*/ .home-banner--title{ position: relative; text-align: right; color: #ffffff; font-size: 16px; font-family: 'FiraMedium', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Geneva, Verdana, sans-serif; opacity: 0.75; top: 15; right: 15; text-shadow: 1px 1px 1px #000; margin-bottom: -22; } /* Experties > US munis */ .munis-banner { background-color: #e9eaea; height: 196px; margin-top: 0px; background-size: cover; background-position: center; } .munis-banner--title { position: absolute; top: 0; right: 0; color: #ffffff; text-align: right; font-family: "FiraMedium", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif; padding: 10px 25px; opacity: 0.75; text-shadow: 1px 1px 1px #000; } /* Experties > Industry Coverage */ .sector-banner--title { position: absolute; right: 15px; top: 115; color: #ffffff; font-size: 16px; font-family: "FiraMedium", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif; opacity: 0.75; text-shadow: 1px 1px 1px #000; } /* Adjustments */ @media(max-width:999px){ .sector-banner--title{ top: 140px; } .home-banner--title{ top: 40px; } } @media(max-width:767px) { .sector-banner--title { top: 90px; } .home-banner--title{ top: 10px; } }