.header__logo img {
    width: 0.66rem;
    height: .34rem;
    margin-top: .0rem;
}

@media only screen and (max-width: 750px) {
    .header__logo img {
        width: auto;
        height: .633rem;
    }
}