﻿/*# sourceMappingURL=styles.css.map */

.exhibitions-hero {
	background-size: cover;
	background-repeat: no-repeat;
	padding-bottom: 4.5rem;
	background-color: var(--gray-deep);
}

.exhibitions-hero .container {
	display: flex;
	align-items: flex-end;
	justify-content: flex-start;
	min-height: 10rem;
}

@media (min-width: 1024px) {
	.exhibitions-hero .container {
		min-height: 20.1rem;
	}
}

.exhibitions-hero__title {
	color: var(--white-pure);
	font-size: 2.65rem;
}
