#instagram{
    display: none;
}

.footer img{
    max-height: 250px !important;
    object-fit: contain;
}

#header .logo img {
    height: 200px !important;
    max-height: 200px !important;
    transition: height .2s ease;
}

#header.scroll .logo img{
    height: 100px !important;
}