.og-grid {
	text-align: center;
}

.og-grid li {
	width: 325px;
	height: auto;
}

.og-grid li > a {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	border-radius: 12px;
	background: #fff;
}

.og-grid li > a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.main {
	width: min(90%, 1800px);
	margin: 0 auto 60px;
}

.og-expander {
	background: var(--cheese-hole, #e3b542);
}

.og-expander-inner {
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
	padding: 60px 40px;
}

.og-fullimg,
.og-details {
	width: 100%;
	float: none;
	height: auto;
	overflow: visible;
}

.og-fullimg {
	display: block;
	flex: 1 1 520px;
}

.og-details {
	flex: 1 1 360px;
	padding: 0;
	color: #2e1f02;
}

.og-details p {
	color: #3b2808;
}

.og-fullimg .rr-gallery {
	height: 100%;
}

.rr-gallery__display {
	width: 100%;
	max-height: min(40vh, 420px);
}

@media screen and (max-width: 650px) {
	.og-fullimg {
		display: block;
	}
}
