.figure {	display: block;	overflow: hidden;}.figure img {	will-change: transform;	transition: all 0.3s ease-in-out;}.figure figcaption {	text-transform: uppercase;	margin-top: 20px;	font-weight: 700;}@media (min-width: 1200px) {	.figure figcaption {		margin-top: 30px;	}}@media (min-width: 576px) {	.figure-1 {		margin-top: 60px;	}}@media (min-width: 576px) {	.figure-2 {		margin-top: 70px;	}}.desktop .figure:hover img {	transform: scale(1.1);}