.header__logo a img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

@media screen and (max-width: 980px) {
    .header__logo a img {
        width: auto;
        height: 47px;
    }
}