/* header.nav-phase-3 .image--logo img {
        height: 100%;
        max-height: fit-content !important;
        width: 160px;
        max-width: 250px;
} 
 
@media(max-width: 767px) {
    .nav-phase-3 #nav-header .nav-row .image--logo {
        left:0;
        top: 0;
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
        left: 5%;
        margin-right: 25%;
    }
 
    header.nav-phase-3 .image img {
        height: 100%;
        max-height: fit-content !important;
        width: auto;
        max-width: 250px;
    }
} */
 body header.nav-phase-3 img[alt="One71 Baldivis"] {
  min-width: 100px;
}
 