body {
    font-size: 16px;
	font-size: 1rem;
}

.logo .logo__img{
    max-height: 80px; /* Or any size you prefer */
    max-width:none; /* Prevents width restriction */
    width: auto; /* Maintains aspect ratio */
}