@charset "utf-8";
section.container {max-width: 1110px; padding: 0}
h1 {
	font-size: 4rem;
	font-weight: 300;
	text-align: center;
	margin: 2rem
}
dl.products {margin: 0}
dl.products>dd {}
dl.products>dd>figure {cursor: pointer}
dl.products>dd>figure>figcaption {
	display: none;
	width: 92.25%;
	background: rgba(0, 0, 0, .65);
	text-align: center;
	position: absolute;
	padding: 5.125rem 0
}
dl.products>dd>figure:hover>figcaption {display: block}
dl.products>dd>figure>figcaption>img {width: auto !important}
dl.products>dd>p {
	font-weight: bold;
	text-align: center
}
div.editor {
    background: rgba(255, 255, 255, .68);
    border-radius: .5rem;
    padding-top: 1rem;
    padding-bottom: 1rem
}
div.homeBtn {display: none}