.post-content {
    border-radius:10px;
    padding:10px;
    clear:both;
    margin-top:30px;
    margin-bottom:10px;
}

.post-content img {
    max-width: 100%;
}

.post-meta {
    font-size: 0.7em;
    color:#515151;
}

.post-float-cover-image {
    border:1px solid #858585;
    border-radius:5px;
    overflow: hidden;
    float: left;
    margin-right:10px;
    max-width: 180px;
    max-height:150px;
    height:100%;
}

.post-cover {
    height:25vh;
    background-size: cover;
    position:relative;
    background-position: center;
    border-radius: 5px;
    overflow: hidden;
    color:#515151;
}

.post-cover-info {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 10px;
    padding-top: 0;
    background-position: center;
    background-color: #d8e6e894;
}