nav .active { 
    border: 1px solid black; 
    padding: 12px 20rem;
    color: #e32026; 
} 

section nav {
    position: relative;
    top: 0;
}

section nav ul {
 overflow-x: scroll;   
 -ms-overflow-style: none;
    scrollbar-width: none;
}

section nav ul::-webkit-scrollbar { 
    display: none;
}

.gb-work a {
    position: relative;
    z-index: 10001;
}

.overlay-visible .gb-work a {
    z-index: 0;
}

.gb-work .grid > div:first-of-type:before {
    content: 'No posts to show.';
    position: absolute;
    font-weight: 300;
}

.gb-work nav li {
    min-width: fit-content;
}