﻿.logo {
    height: calc(40vw - 100px);
    width: calc(40vw - 100px);
    max-width: 350px;
    max-height: 350px; 
    background-size: contain !important;
}
