#gallery-images {
    display: inline-flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin-bottom: 10%;
    z-index: 0;
}

#gallery-images img {
    width: 32%;
    order: 3;
    margin-bottom: 2%;
}

.slider-container {
    margin-bottom: 2%;
}
#events-content {
    margin-bottom: 0px;
}
#events div.slider-container {
    margin-top: 0!important;
}
#gallery-images {
    display: none;
    margin-bottom: 300px;
}
#grid-view-button {
    display: block;
    width: 100%;
    clear-after: both;
}
.grid-view {
    display: block;
    float: right;
    z-index: 3;
    clear: both;
    cursor: pointer;
}
