.box{
	font-family: 'Merriweather Sans', sans-serif;
	overflow: hidden;
	position: relative;
	z-index: 1;
	transition: all .5s;
}

.box img{
	width: 100%;
	height: auto;
	transition: all 0.3s ease;
}

.box:hover img{ transform: scale(1.03); }
