/**
 * If using a CSS pre-processor, tell it to overwrite this file. If not, place
 * your custom CSS modifications here.
 */
.brand-banner-wrapper {
    background: #163049;
    color: #ffffff;
}
.brand-banner-wrapper a {
    color: #ffffff;
}
.logo-wrapper {
    margin: 0;
    text-align: center;
    padding: 15px;
}
@media (min-width: 992px) {
    .logo-wrapper,
    .details-wrapper {
        padding-top: 40px;
    }
}
@media (max-width: 991px) {
    .logo-wrapper img {
        max-width: 100% !important;
        height: auto !important;
    }
    .logo-wrapper {
        text-align: left;        
    }
    .brand-banner-wrapper {
        position: fixed;
        top: 0;
        left: 0;
        height: 85px;
        z-index: 100;
        background: none !important;
        max-width: 270px !important;
    }
}