/************************************************************************************
RESET
*************************************************************************************/

.mid-top-box {
	width:100%;
	position:relative;
	z-index:10;
	float:left;
	overflow: hidden;
	-webkit-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	transition: all 700ms ease;
}
.mid-top-box img {
	width:100%;
	height:auto;
	display:block;
	-webkit-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	transition: all 700ms ease;
}
.mid-top-box:hover img {
	-moz-transform:scale(1.1);
	-webkit-transform:scale(1.1);
	-o-transform:scale(1.1);
}
.mid-top-box:first-child {
	margin-right:6%;
}
.mid-top-box aside {
	padding:20px 30px;
}
