/* Approved logo proportions within the existing header columns. */
.dux-brand-logo .custom-logo {
    width: 180px;
    height: auto;
    max-width: 100%;
    max-height: none;
    object-fit: contain;
}
@media (max-width: 1100px) {
    .dux-brand-logo .custom-logo {
        width: 140px;
    }
}
