.lateral-filters {
    width: 25%;
    float: left;
    min-height: calc(100vh - 230px);
    padding: 50px 30px;
    max-height: 100vh;
}

.masonry-posts {
    float: left;
    width: 75%;
    padding: 0 40px;
    position: relative;
    overflow: scroll;
    padding-top: 20px;
    max-height: 100vh;
}

.lateral-filter {
    text-transform: uppercase;
    line-height: 18px;
    padding-bottom: 9px;
    cursor: pointer;
}

.lateral-filter:hover {
    color: #d87a66;
}

.lateral-filter:hover {
    color: #d87a66;
}