.header__image img {
max-width: 100%;
height: auto;
transition: all 0.5s ease;
}

.scrolling .header__image img {
max-width: 30%;
height: auto;
}
CSS