.ls-slide:before{
    display: none !important;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
img {
    max-width: 100% !important;
    height: auto !important;
}
@media (max-width: 768px) {
    img {
        max-width: 100% !important;
        height: auto !important;
    }
}
/* اعمال تغییرات فقط روی عکس‌های بخش متن و مقاله */
article img, 
.content img, 
.post-content img, 
.entry-content img, 
main img:not(.slider img):not(.swiper-slide img) {
    max-width: 100% !important;
    height: auto !important;
    display: block;
    margin: 10px auto;
}



