.exhibitors {
	display: flex;
	flex-flow: wrap; justify-content: center;
	margin: 0 -0.5rem;
}
.orgs .group.list {
	justify-content: flex-start;
}
.exhibitors .orgwrap {
	display: block;
	flex: 0 0 auto;
	padding: 0.5rem;
}
.exhibitors .orgwrap { flex-basis: 50%; }
.exhibitors .org {
	position: relative;
	padding: 2.5rem 1rem 1rem 1rem;
	box-shadow: 0 0 1px #777;
}
.exhibitors .status {
	display: block; position: absolute;
	left: 1px; right: 1px; top: 1px; padding: 0.25rem 0.375rem;
	background: #393;
	text-align: right;
}
.exhibitors .status.open {
	font-weight: 500; text-transform: uppercase;
}
.exhibitors .status.closed {
	background: #777;
}
.exhibitors .status .text {
	font-size: 0.875rem; color: #fff;
}
.exhibitors .logo {
	display: block; position: relative;
	padding-bottom: 45%;
}
.exhibitors .logo img {
	display: block; position: absolute;
	left: 0; top: 0; width: 100%; height: 100%;
	-o-object-fit: contain; object-fit: contain;
}

@media only screen and (min-width: 440px) {
	.exhibitors .orgwrap { flex-basis: 33.3333%; }
}
