.travel-log-list{
    display: flex;
    flex-wrap: wrap;
}

.travel-log-list > ul {
    list-style: none;
    flex-grow: 1;
}

.travel-log-list > ul > li{
    padding: 5px;
}

.travel-log-list > ul > li.been-there{
    background-color: #404856;
    color: #FFFFFF;
}

.gallery-title {
    margin: 20px;
}

.gallery-description {
    text-transform: uppercase;
}

.image-gallery{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;

}

.image-gallery > .image-holder{
    width: 10%;
    height: calc(100vw/10);
    background-position: center;
    background-size: cover;
    border: 2px solid #404856;
    box-sizing: border-box;
}

.fullwidth_section .container-fluid > div.no_margin_row {
    margin: 0px;
}