Tea Towel | Seafood
/* ================= Imagery & Text ========================== */ .pw-component .hover-zoom { display:inline-block; position:relative; text-align:left; /* ensure left justification */ } /* Main image (600px wide, left-aligned). */ .pw-component .hover-zoom img { display : block; width : 600px; max-width : 100%; height : auto; border-radius : 4px; transition : transform 0.82s cubic-bezier(0.2,0,0.2,1), box-shadow 0.82s cubic-bezier(0.2,0,0.2,1); transform-origin : center center; position : relative; z-index : 1; margin : 0 0 16px 0; /* remove side margins */ will-change : transform; } /* Hover: gentle zoom + soft shadow. */ .pw-component .hover-zoom:hover img { transform : scale(1.08); box-shadow : 0 10px 30px rgba(0,0,0,0.25); z-index : 40; } /* Paragraph rhythm */ .pw-component p { margin-top:6px; margin-bottom:10px; } /* =