
.story_map {
	position: absolute;
	top: 15vw;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 56vw;
}
.story_img_lt {
	position: absolute;
	left: 9vw;
	top: 21vw;
	width: 20vw;
}
.story_img_rt {
	position: absolute;
	right: 10vw;
	top: 22vw;
	width: 17vw;
}
.story_text {
	position: absolute;
	top: 54vw;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 40vw;
}
.story_text h3 {
	font-family: 'BouCollegiate';
	font-weight: normal;
	font-style: normal;
	font-size: 1.8em;
	letter-spacing: .1em;
	margin-bottom: .3em;
	line-height: 1.2em;
}
.story_text_mob h3 {
	font-family: 'BouCollegiate';
	font-weight: normal;
	font-style: normal;
	font-size: 1.8em;
	letter-spacing: .1em;
	margin-bottom: .3em;
	line-height: 1.2em;
}



/* ==========================================================================
   Mobile styles
   ========================================================================== */



/* ==========================================================================
   Media Queries
   ========================================================================== */
@media (max-width: 1199px) {


}
@media (max-width: 991px) {


}
@media (max-width: 767px) {


}
