
@media only screen and (max-width: 991) and (min-width:681px)
{
    .blog-post-content-hme img
{
    height: 250px;
}
}
@media only screen and (max-width:680px)
{
    .blog-post-content-hme {
    display: flex;
    flex-direction: column;
}
.blog-post-content-hme img
{
    height: auto;
}
}