.photoListing {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-right: -5px;
}

.participationForm2014 {
	width: 100%;
	height: 1100px;
	margin-top: -20px;
	z-index: 0;
}

.photoListing li {
	width: 211px;
	height: 211px;
	display: inline-block;
	border: 1px solid #EEE;
	float: left;
	margin-right: 5px;
	margin-bottom: 15px;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
	
}

.photoListing li a {
	display: block;
	width: 100%;
	height: 170px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	z-index: 0;
	-webkit-transition: all .2s ease-out;
	-webkit-filter: saturate(0);
}

.photoListing li a:hover {
	-webkit-filter: saturate(1);
	-webkit-transform: scale(1.02,1.02);
}

.photoListing li div {
	position: absolute;
	bottom: 0px;
	right: 0px;
	left: 0px;
	color: #000;
	font-size: 13px;
	text-align: center;
	z-index: 1;
	padding: 12px 0px 8px 0px;
}


/* Big smartphones (portrait) (ie: Galaxy 3 has 360)*/
@media only screen and (max-width : 640px) {



	.winnerShot {
		margin-right: 0px;
	}
	
	.photoWinner {
		width: 100%;
	}

	.participationForm2014 {
		height: 1800px;
	}

	.photoListing li {
		width: 100%;
		height: auto;
		
	}

	.photoListing li div {
		background: url(../assets/white80.png);
	}
}