Responisve Images

Hello ,



I have a website with cs-cart version 4.1.2 and i'm trying to make all images from homepage responsive…



I have 3 different classes : preview-image-wrapper, ad-container center, cm-gallery-item cm-item-gallery, and i added the following css code:



.preview-image-wrapper img{

max-width:100% !important;

height:auto;

display:block;

}



.ad-container.center img{

max-width:100% !important;

height:auto;

display:block;

}



.cm-gallery-item.cm-item-gallery img{

max-width:100% !important;

height:auto;

display:block;

}



First two are working perfect, third dosen't ( see attachement )



Can somebody help me with that ?