.post:nth-of-type(2) {
	float: left !important;
	width: 100% !important;
	padding-left: 0 !important;
	clear: both !important;
	height: auto;
	display: block;
	margin-top:-200px;
}

.post:nth-of-type(2) img {
	width: 100%;
	height: auto;
  	outline: 5px solid white;
  	outline-offset: -5px;
  	vertical-align: bottom;
}

.post:nth-of-type(2) img:nth-of-type(1) {
	margin-left: 50%;
	width: 50%;
	float: left;
}
.post:nth-of-type(2) img:nth-of-type(2) {
	margin-top: -148px;
	width: 16.66%;
	float: left;
}
.post:nth-of-type(2) img:nth-of-type(3) {
	margin-top: -200px;
	width: 33.33%;
	float: left;
}
.post:nth-of-type(2) img:nth-of-type(4) {
	margin-right: 16.66%;
	width: 33.33%;
	float: left;
}
.post:nth-of-type(2) img:nth-of-type(5) {
	margin-left: 33.33%;
	margin-top: -200px;
	width: 16.66%;
	float: left;
}