/* Allow the logo to shrink inside a flex container */
.velosity-logo {
    flex-shrink: 1 !important;
    display: block !important;
    width: 100% !important;
    max-width: 300px !important;
    height: auto !important;
    margin: 0 auto !important;
}

/* Extra small phones */
@media (max-width: 480px) {
    .velosity-logo {
        max-width: 200px !important;
    }
}

/* Global safety */
img {
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
}