
#exhibition-header {
	position: relative;
	float: left;
	width: 50%;
	height: auto;
}

#exhibition-header img {
	position: relative;
	float: left;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}

#exhibition-content {
	position: relative;
	float: left;
	width: 50%;
	height: auto;
}

#exhibition-content h1 {
	position: relative;
	float: left;
	width: 100%;
	height: auto;
	margin-top: 165px;
	margin-bottom: 25px;
}

#exhibition-content p {
	position: relative;
	float: left;
	width: 100%;
	height: auto;
	margin: 5px 0px !important;
}


@media only screen and (max-width: 769px) {

}

@media only screen and (max-width: 1025px) {
	html body #exhibition-header, html body #exhibition-content {
		width: 100%;
		margin: 15px 0px !important;
	}

	html body #exhibition-content h1 {
		margin: 15px 0px !important;
	}
}

@media only screen and (min-width: 1366px) {

}

@media only screen and (min-width: 1600px) {

}

@media only screen and (min-width: 1920px) {

}