@charset "UTF-8";
.exhibition{
	padding:3% 5%;
	border-bottom:5px solid #282828;
}
.exhibition-gen-content{
	padding: 0 5%;
}

.exhibition-info-more-details{
	display:block;
}
.exhibition.callout-button{
	margin: 25px 0 25px 2%;
	text-align:left;

}
.exhibition-info-description{
    margin-bottom:3%;
}

.exhibition-image {
    float: left;
    width: 20%;
}

.exhibition-info-wrapper{
    display: block;
    width: 100%;
	margin-bottom:3%;
}
@media screen and (max-width:850px), only screen
and (min-device-width : 768px)
and (max-device-width : 1024px), only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (-webkit-min-device-pixel-ratio: 2), only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (-webkit-min-device-pixel-ratio: 1), only screen
and (min-device-width : 375px)
and (max-device-width : 667px), only screen
and (min-device-width : 414px)
and (max-device-width : 736px), only screen
and (min-device-width : 320px)
and (max-device-width : 568px), only screen
and (min-device-width : 320px)
and (max-device-width : 480px){
	.exhibition-info-wrapper {
    width: 100%;
	}
	#exhibition-breadcrumb {
    display: none;
}
}
