/*--- History ---*/

.history .year-2004 {
	padding-top: var(--header-main);
}
.history .container {
	min-height: 90vh;
}
.history .copy {
	position: relative;
	z-index: 2;
}
.history .copy h1 {
	font-size: 200px;
	margin-bottom: 30px;
}
.history .copy h4 + h4 {
	margin-top: 12px;
}
.history .images {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
}
.history .images .image  {
	top: 12vh;
	position: relative;
	width: 33%;
}
.history .images .image.taller-image {
	top: -10vh;
}
.history .images .image:last-child {
	margin-left: 8%;
}
.history .images .image-mask {
	height: 0;
	overflow: hidden;
}
.history .images .image img {
	display: block;
	width: 100%;
	height: auto;
}

@media (max-width: 1100px) {
	.history .copy h1 {
		font-size: 160px;
	}
}

@media (max-width: 600px) {
	.history .year-2004 {
		padding-top: 30vh;
	}
	.history .container {
		min-height: 60vh;
	}
	.history .copy h1 {
		font-size: 100px;
		margin-bottom: 12px;
	}
	.history .images .image  {
		width: 50%;
	}
}