.pp-content-post .pp-content-grid-post-image{ overflow: hidden; border-radius: 12px; -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0) } .pp-content-post .pp-content-grid-post-image img{ transition: all .3s ease-in-out; } .pp-content-post:hover .pp-content-grid-post-image img{ transform: scale(1.1); -webkit-transform: scale(1.1); -moz-transform: scale(1.1); }