.imagelist{
	white-space: no-wrap;
	text-align: center;
}
.imagelist .imagelistitem{
	display: inline-block;
	position: relative;
	height: 80px;
	width: 33.3%;
	border-top: 2px solid white;
    border-left: 2px solid white;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	margin:0;
	transition: all 0.3s ease-in-out;
}

.imagelist .imagelistitem:hover{
	background-size: 105%;
	cursor: zoom-in;
}

.imagelist .imagelistitem.active{
	opacity: 0.5;
}

figure.recipe.video:before,
.imagelist .imagelistitem.video:before{
	font-family: "icons";
	font-size: 24px;
	text-align: center;
	position: absolute;
	left: 50%;
	top: 50%;
	content: "\f105";
	color:white;
	background-color: rgba(149, 197, 61, 0.9);
	width: 40px;
	height:40px;
	margin: -20px 0 0 -20px;
	border-radius: 20px;
	padding-top: 5px;
    padding-left: 3px;
}

.imagelist.count2 .imagelistitem{
	width: 50%;
	height: 120px;
}

.imagelist.count3 .imagelistitem,
.imagelist.count6 .imagelistitem,
.imagelist.count9 .imagelistitem{
	width: 33.3%;	
}

.imagelist.count4 .imagelistitem,
.imagelist.count7 .imagelistitem,
.imagelist.count8 .imagelistitem{
	width: 25%;
}

.imagelist.count5 .imagelistitem{
	width: 20%;
}

.imagelist .imagelistitem:first-of-type{
	border-left:none;
}

.imagelist.count6 .imagelistitem:nth-of-type(3n+0),
.imagelist.count9 .imagelistitem:nth-of-type(3n+0){
	border-left:none;
}

.imagelist.count4 .imagelistitem:nth-of-type(4n+0),
.imagelist.count7 .imagelistitem:nth-of-type(4n+0),
.imagelist.count8 .imagelistitem:nth-of-type(4n+0){
	border-left:none;
}


figure.recipe.video{
	cursor: pointer;
}

figure.recipe.video:before{
	width: 80px;
	height:80px;
	margin: -40px 0 0 -40px;
	border-radius: 40px;
	padding-top: 17px;
    padding-left: 5px;
	font-size: 40px;
}

figure.recipe.video:hover:before{
	background-color: rgba(243, 211, 27, 0.8)
}





