.about{ .about-img { overflow:hidden; &:hover img { transform: scale3D(1.1,1.1,1); } img { opacity: .6; @include transition (all, 0.5s, ease-out); } } }