.comparison {
	display: flex;
	justify-content: space-evenly;
	object-fit: contain;
}

.crystal-ball-image {
	width: 40%;
}

.homecoming-comp {
	width: 50vw;
	height: auto;
}

.crowd-image img,
.biden-comp img,
.homecoming-comp img{
	width: 100%;
	height: auto;
}

.crowd-image,
.biden-comp,
.biden-comp {
	width: 33vw;
	height: auto;
	padding: 5vw 0;
	align-content: center;
}

.crowd-image img,
.biden-comp img{
	width: 95%;
	height: auto;
}

#hpu-match {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-items: center;
	align-content: center;
	padding: 10vw 0;
}

#hpu-match img {
	width: 100%;
	padding:0 5vw;
	filter: drop-shadow(0px 3px 8px #00000075);
}
