.article-full-image img {
   width: 50%!important;
    float: right;
    padding: 0 0 10px 10px;
}
@media screen and (max-width: 600px) {
.article-full-image img {
   width: 100%!important;
}}
