Problems with liquid Layout

Dear BE theme. I have Problems with the second row (the three bubbles: How it works / from Muffin Group) of this page: 
They look okay on regular resolution, but if I scale down they look slightly positioned to the right. 
I have entered this code on custom CSS, in order to make the Pictures bigger, but now it has this problem, i think it comes from the fixed values: 

.how_it_works { text-align: center; position: relative; width: 120%; height: 160%;}
.how_it_works .image   {  max-width: 100%! important; max-height: 100% ! important;     vertical-align: middle; }
.how_it_works .image  img {  max-width: 100% ! important;    max-height: 100% ! important;   vertical-align: middle; } 


Comments

Sign In or Register to comment.