#oaka-media-search, 
#oaka-media-search__filter {
    margin-bottom: 2.5em;
    width: 100%;
    max-width: 400px;
    padding: 10px 15px;
}

.grid {
    background: #FFF;
}

/* clear fix */
.grid:after {
    content: '';
    display: block;
    clear: both;
}

/* ---- .grid-item ---- */

.grid-sizer,
.grid-item {
    width: calc(25% - 7.5px);
}

@media (max-width:600px) {
    .grid-sizer,
    .grid-item {
        width: calc(50% - 5px);
    }
}

.grid-item {
    float: left;
    margin-bottom: 10px;
}

.grid-item img {
    display: block;
    max-width: 100%;
}

#oaka-loader {
    margin-top: 20px;
    text-align: center;
    padding: 20px;
    font-style: italic;
    color: #555;
    clear: both;
}

#oaka-lightbox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.9);
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

#oaka-lightbox-close {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 2rem;
    background: none;
    border: none;
    color: white;
    cursor: pointer;
}

#oaka-lightbox-prev {
    position: absolute;
    left: 20px;
    font-size: 2rem;
    background: none;
    border: none;
    color: white;
    cursor: pointer;
}

#oaka-lightbox-next {
    position: absolute;
    right: 20px;
    font-size: 2rem;
    background: none;
    border: none;
    color: white;
    cursor: pointer;
}

#oaka-lightbox-title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 10px 15px;
    font-size: 1.2rem;
    text-align: center;
    user-select: none;
    overflow-wrap: break-word;
    box-sizing: border-box;
    z-index: 10;
}

#oaka-lightbox-img {
    max-width: 90vw;
    max-height: 90vh;
    object-fit: contain;
}

.et-l.et-l--footer {
    position: relative;
    z-index: 0!important;
}