.block_html img{
	max-width: 100%;
}

@media(min-width: 992px){
    .block_html .image-center img {
        width: calc(100% + 330px);
        /*max-width: none;*/
    }
}
.block_html a{
	text-decoration: underline;
}
.article_summary_title{
    font-weight: bold;
    margin-top: 10px;
}
 