.main-body {
	position: relative;
}
	@media (min-width: 1024px) {
		.main-body { min-height: 450px;}
	}

.module--exhibition {
	border-top: 4px solid #000;
	border-bottom: 1px solid #000;
	padding: 20px 0;
	transition: all .5s;
}
	@media (min-width: 768px) {.module--exhibition {padding: 40px 0;}}


.module--exhibition-interior img {
	margin: 40px 0;
}

.module--exhibition h1 {margin: 0 0 10px; color: #000;}

.module--exhibition p {margin: 0;}

.module--exhibition .exhibition--address p {margin: 0 0 0 45px;}

.exhibition--share p {margin: 0 0 2px 45px;}

.module--exhibition h4 {color: #000;}


.module--exhibition-img img, .module--exhibition h1, .module--exhibition h4 {
	transition: all .5s;
}


.module--exhibition-img {
	position: relative;
	overflow: hidden;
	margin: 40px 0;
}

.module--exhibition-img img {}

/*.module--exhibition-img {
	overflow: hidden;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-image: url(https://via.placeholder.com/1240x465);
    transition: all .5s;
    cursor: pointer;
}*/

.module--exhibition a:hover img {
    transform: scale(1.1);
}





.exhibition-on-view, .exhibition-coming-soon {
	background-color: #000;
	display: inline-block;
	color: #fff;
	padding: 6px 15px 3px;
	text-align: center;
}

.exhibition-coming-soon, .exhibition-on-view-landing {margin-top: 60px;}

	@media (min-width: 768px) {.exhibition-coming-soon, .exhibition-on-view-landing {margin-top: 100px;}}

.opening-reception {
	margin-top: 12px !important;
}

@media (max-width: 767px) {
	.exhibition--share {
		margin-top: 30px;
	}
}

.exhibition--icon-marker {
	width: 25px;
	margin-right: 20px;
	float: left;
}

ul.exhibition-share {
	list-style: none;
	margin-top: 35px;
}

ul.exhibition-share li {
	float: left;
	width: 35px;
	height: 35px;
	margin-right: 10px;
}

ul.exhibition-share li.share-title {
    width: 52px;
    margin-top: 5px;
    margin-right: 57px;
}



/* SEARCH */
.search-box {
	padding: 80px 50px;
}

.search-results-container {
	padding: 50px 0 0;
}











/* Target Elements
---------------------------------------------------------------------- */

/*.mix,
.gap {
    display: inline-block;
    vertical-align: top;
}*/

/*.mix {
    background: #fff;
    border-top: .5rem solid currentColor;
    border-radius: 2px;
    margin-bottom: 1rem;
    position: relative;
}*/

/*.mix:before {
    content: '';
    display: inline-block;
    padding-top: 56.25%;
}*/


/* Grid Breakpoints
---------------------------------------------------------------------- */

/* 2 Columns */

/*.mix,
.gap {
    width: calc(100%/2 - (((2 - 1) * 1rem) / 2));
}*/

/* 3 Columns */

/*@media screen and (min-width: 541px) {
    .mix,
    .gap {
        width: calc(100%/3 - (((3 - 1) * 1rem) / 3));
    }
}*/

/* 4 Columns */

/*@media screen and (min-width: 961px) {
    .mix,
    .gap {
        width: calc(100%/4 - (((4 - 1) * 1rem) / 4));
    }
}*/

/* 5 Columns */

@media screen and (min-width: 1281px) {
    .mix,
    .gap {
        width: calc(100%/5 - (((5 - 1) * 1rem) / 5));
    }
}




.four-oh-four-images {
	display: inline;
}