/* content */

body {
    background-color:  #f7f7f7;
}

.trips {
    display: flex;
    flex-flow: row wrap;
    margin-top: 9.5rem;
    padding-bottom: 1rem
}

.mediaobject {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    margin: 0 0.5rem 1.5rem 0.5rem;
    background-color: white;
}

.mediaobject h2 {
    margin-top: 0.1rem;
    color:   #2d7cc7;
    font-family: "EB Garamond", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    text-align: center;
}

.mediaobject img {
    width: 100%;
}

@media screen and (min-width: 769px) {
    .mediaobject {
        width: 15%;
    }    
}