.max-width-1200 {
	max-width: 1380px;
}

header {
    background: #fff;
}

@media (max-width: 978px) {
    html:not(.--scroll-down) #layout {
        margin-top: 48px;
    }
    div#main_banner1 {
        margin-top: -10px;
}
}

/* Instagram 9/16 Override - nadpisania dla pionowych filmów */

.instagram__items a {
    aspect-ratio: 9 / 16 !important;
    height: auto !important;
}

.instagram__item a {
    max-height: 80vw;
}

@media (min-width: 979px) {
    .instagram__item a {
        max-height: fit-content !important;
    }
}