﻿.b-emblem-image {
    max-width: 150px !important; /* strict size limit */
    height: auto !important; /* keep proportions */
    width: auto !important; /* avoid container scaling */
    display: block;
    margin: 0 auto; /* center image */
}

@media (max-width: 576px) { /* iPhone & small devices */
    .b-emblem-image {
        max-width: 100px !important; /* smaller on phones */
    }
}
