

.content_wrapper{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 78vw;
    min-width: 900px;
    margin: 30px auto;
    
}


.content_nav{
    display: flex;
    justify-content: flex-end;
}
.content_nav p{
    padding: 0 30px;
    border-left: solid 1px #888;
    font-size: 12px;
}

#content_nav_end{
    border-right: solid 1px #888;
    margin-right: 20px;
}

.content_item{
    width: 20vw;
    min-width: 250px;
    margin: 30px 3vw;

}
.content_item img{
    width: 20vw;
    height: 15vw;
    min-width: 250px;
    min-height: 187px;
}
#day{
    font-size: 10px;
    color: #555;
    margin: 0;
    font-weight: 100;
}
#content_title{
    font-size: 16px;
    font-weight: bold;
    margin: 5px 0;
}
#category{
    display: inline-block;
    font-size: 10px;
    background-color: #eee;
    padding: 3px 10px;
    color: #555;
    margin: 0;

}