@media only screen and (min-width:320px) and (max-width:767px){
.article-img{
height: auto !important;
}

.article-2-img{
height: auto !important;
}

.editor-img{
height: auto !important;
}
}

@media only screen and (min-width:768px) and (max-width:991px){
.editor-img{
height: 180px !important;
}
}

@media only screen and (min-width:992px) and (max-width:1200px){
.editor-img{
height: 160px !important;
}
}