/*MAIN PAGE*/

.posts {
    z-index: 0;
    margin: 0 auto;
}

.posts:after {
    content: '';
    display: block;
    clear: both;
}

.post-item {
    float: left;
    width: 400px;
    margin-bottom: 75px;
}

a.post-link {
    width: 100%;
}

.post-item img {
    width: 100%;
    height: 267px;
}


/*SIZER*/

.thumb {
    height: 267px;
    width: 400px;
}

.post-title {
    font-family: OpenSans-Regular;
    margin-top: 8px;
    justify-content: center;
    align-items: center;
    color: black;
    font-size: 0.9em;
    letter-spacing: 1px;
    opacity: 1;
    text-decoration: none;
    text-align: center;
}