.header {
    position: sticky !important;
    width: auto;
}

.projects {
    max-width: 1400px;
    margin: 0 auto;
}

.project {
    margin-bottom: 1.4rem;
}

.pswp__img {
    cursor: pointer !important;
}

@media screen and (max-width: 576px) {
    .project {
        img {
            width: 100%;
            height: auto;
        }
    }
}