﻿.logofix {
    height:5vh;
}
@media only screen and (max-width: 600px) {
    .logofix {
        height: 5vh;
    }
}