.blog-post {
    margin-bottom: 3rem;
    background-color: #fefefe;
    border-color: #fdfdfe;
    border-radius: .25rem;
    padding: .75rem 1.25rem;
}

.blog-post .badge
{
    cursor: default;
}

.blog-post-title {
    margin-bottom: .25rem;
    font-size: 1.4rem;
    /*font-size: 2.5rem;*/
}

.blog-post-meta {
    margin-bottom: 1.25rem;
    color: #999;
}

.blog-post-image {
    width: auto;
    max-height: 250px;
}

.blog-post-detail-link {
    color: cornflowerblue;
}

.blog_detail img{
    max-width: 100%;
    height: auto;
}

.blog-content p img{
    max-width: 100% !important;
    height: auto !important;
}

.vimeo_div_thumb {
    position: relative;
    min-height: 320px;
    height: 100%;
}

.vimeo_div_thumb iframe {
    width: 100%;
    position: absolute;
    height: 100%;
    left: 0;
    bottom: 0;
    background: #fff;
    /*border: 2px solid #000;*/
}