header {
    width: 100%;
    position: relative;
}

.logo img {
    width: 100%;
    max-width: 454px;
}

@media screen and (min-width: 1021px) {
    .logo img {
        max-width: 770px;
    }
}