.story-inner {
		display: flex;
		align-items: center;
		display: grid;
		grid-template-columns: 1fr 350px;
		height: 100%;
	}
	.story-image {
		display: none;
	}
	.story .side-gallery {
		margin-left: 2rem;
	}
	.story .side-image {
		max-height: 335.5px;
	}
	.story .side-image img {
		max-height: 275px;
		width: 100%;
	}

.solutions .click-icon {
	top: -72px;
	margin-bottom: -28px;
}
.solutions .click-header {
	min-height: 60px;
}
@media screen and (min-width: 768px) {
	.solutions-row {
		flex-direction: row;
	}
	.solutions-row:first-of-type {
		margin-bottom: 0.5rem;
	}
	.solutions-item {
		margin-top: 0;
		margin-right: 0.5rem;
	}
	.solutions-item:last-of-type {
		margin-right: 0;
	}
	.solutions .click-header {
		font-size: 0.85rem;
	}
}
@media screen and (min-width: 769px) {
	.solutions .click-icon {
		display: none;
	}
	.solutions .click-header {
		border: 0;
		background: 0;
		padding: 0;
		font-weight: 500;
		min-height: unset;
		top: unset;
		margin-bottom: 0;
		font-size: 1.2rem;
	}
	.solutions .rollover-item {
		width: 50%;
	}
	.solutions .rollover-overlay {
		background-color: rgba(252,112,25,0.6);
		opacity: 1;
	}
	.solutions .rollover-item:hover .rollover-overlay {
		opacity: 0;
	}
}