/* CRS logo in the main website header */
.mod-header-logo {
    width: 430px !important;
    max-width: 430px !important;
    height: auto !important;
}

/* Tablet */
@media (max-width: 991px) {
    .mod-header-logo {
        width: 330px !important;
        max-width: 100% !important;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .mod-header-logo {
        width: 240px !important;
        max-width: 100% !important;
        height: auto !important;
    }
}