.image
{
	width: 100px;
	height: 100px;
	background-image: url( /content/background.png );
	margin: 10px;
	font-weight: bolder;
	font-size: 10px;
	padding: 10px;
	color: white;
	transition: all 2s ease;

	&:hover
	{
		width: 200px;
		height: 300px;
	}
}
