/* For the NKU 50th anniversary container page. */
.anniversary-story {
	margin: 10px 0 10px 0;
}

.anniversary-left {
  transform: translateX(-300px);
}

.anniversary-right {
	transform: translateX(300px);
}

.anniversary-story .title {
	color: #000000;
	font-size: 36px;
}

.anniversary-story .subtitle {
	color: #000000;
	font-size: 16px;
	line-height: 1.5;
}

.anniversary-story img {
	width: 300px;
	height: 300px;
	display: block;
	margin: 15px;
}