#fh5co-header {
	background: rgba(0,0,0,0.5);
}

.image-post img{
    width: 100%;
}

strong{
    text-decoration: underline;
}

.owl-item {
    height: 200px;
}

.blog-content h3{
    font-size: 2em !important;
}

.blog-content h2{
    font-size: 2.5em !important;
}

.blog-content{
    max-width: 100%;
    margin-bottom: 2em;
}

.blog-content .col-xs-12, .blog-content iframe{
    height: auto;
    max-width: 100%;
}

@media screen and (max-width: 840px) {
    
    .blog-content p{
	   margin-bottom: 0.5em;
    }
    .owl-item {
        height: 80px;
    }
    .blog-content h3{
        font-size: 1em !important;
    }

    .blog-content h2{
        font-size: 1.5em !important;
    }
}