Slider image in Mobile phones are distorted/blurred/not clear while using Edwiser RemUI theme.
Use this Custom CSS code in the Custom CSS section inside Edwiser RemUI general settings-
body#page-site-index.latest-frontpage section.section-slider .carousel-inner .carousel-item img {
width: 100% !important;
min-height: auto !important;
max-height: auto!important;
}
width: 100% !important;
min-height: auto !important;
max-height: auto!important;
}