.gallery{
	overflow:auto;
	background-color:#f9f5ea;
}
.gallery a{
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
	position:relative;
}
.gallery a img.play{
	display:block;
	width:114px;
	height:81px;
	position:absolute;
	top:calc(50% - 81px / 2);
	left:calc(50% - 114px / 2);
}
.gallery.desktop{
	display:block;
}
.gallery.mobile{
	display:none;
}
.gallery.desktop a,
.gallery.desktop img{
	display:block;
	float:left;
}
.gallery.desktop img{
	width:33.33332%;
	height:auto;
}
.gallery.desktop a{
	width:66.66666%;
	padding-bottom:33.33333%;
}
.gallery-content p{
	margin:0;
	padding:0;
}
.gallery-content{
	background-color:#ffca08;
	padding:50px 0;
}
.gallery-content > div{
	width:56%;
	margin:0 auto;
	font-family: "bodoni-urw";
	font-size:20px;
}

#gallery-background{
	display:none;
}
#gallery-background.open{
	display:block;
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color:rgba(0,0,0,0.5);
	z-index:4;
}
#gallery-background img,
#gallery-background iframe{
	max-width:90%;
	max-height:90%;
	position:absolute;
}
