Hi, I am using the ACM module on the homepage using Features Intro, style 3 like in the demo site.
The images have a mask over them which effects opacity. You provided the following code to remove the image mask in this module for the desktop view.
.acm-features.style-3 .features-item-inner .features-img {
background-blend-mode: inherit !important;
}
Can you provide the code to also remove the mask when viewing on a mobile phone?
Thanks, JR