wallpapers {
	padding-top: 0px;
}

wallpapers a {
	display: block;
	margin-bottom: 20px;
	background: rgba(255,255,255,0.5);
	border-radius: 5px;
	overflow: hidden;
	padding: 20px;
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.1);
	width: calc(50% - 10px);
	float: left;
	box-sizing: border-box;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	height: 400px;
	position: relative;
}

wallpapers a:nth-child(3n) {
	margin-left:20px;
}


wallpapers a:nth-child(3n - 2) {
	width: 100%;
	height: 600px;
}

wallpapers.small a:nth-child(3n) {
	margin-left: 0px;
	margin-right: 0px;
}

wallpapers.small a, wallpapers.small a:nth-child(3n - 2) {
	width: calc(33.3% - 13.3px);
	margin-right: 20px;
	height: 300px;
}

@media only screen and (min-width: 0px) and (max-width: 800px) {
	wallpapers a:nth-child(3n) {
		margin-left:0px;
	}


	wallpapers a, wallpapers a:nth-child(3n - 2) {
		width: 100%;
		height: 200px;
	}

}