thank you very much for answering now working locally on my computer, looking on the Internet I found a similar one of your templates problem, the solution was to eliminate this code "width: 100% important;" this problem is already solved. thank you very much
. itemImageBlock img {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
display: block;
height: auto;
max-width: 100%;
padding: 0;
-webkit-transition: all .18 s linear;
-moz-transition: all .18 s linear;
-ms-transition: all .18 s linear;
-o-transition: all .18 s linear;
transition: all .18 s linear;
width: 100% important;!