#archive-items h2 {
    margin-top: 2rem;
}

#archive-items h2:first-child {
    margin-top: 0;
}

#archive-items .outer-archive {
    padding: 16px;
    max-width: calc(20% - 16px);
    width: 100%;
}

@media screen and (max-width: 992px) {
    #archive-items .outer-archive {
        max-width: calc(25% - 16px);
    }
}

@media screen and (max-width: 768px) {
    #archive-items .outer-archive {
        max-width: calc(33.33% - 16px);
    }
}

@media screen and (max-width: 576px) {
    #archive-items .outer-archive {
        max-width: 100%;
        width: 100%;
    }
    #archive-items h2 {
        text-align: center;
    }
    #archive-items .row {
        margin-left: 0px;
        margin-right: 0px;
    }
}

#archive-items .outer-archive .archive {
    text-align: center;
    opacity: 0.90;
}

#archive-items .outer-archive .archive:hover {
    opacity: 1;
}

#archive-items .outer-archive .archive img {
    max-height: 290px;
    border: 1px solid #47525d;
    padding: 5px;
}

#archive-items .row {
    margin-left: -16px;
    margin-right: -16px;
}

#archives-section .wrap {
    padding-top: 0;
}