/* STORIES */
#success-stories .story-margin {
	margin: 15px 5px;
}

#success-stories .story {
	display: block;
	position: relative;
	background: #FFF;
	color: #182534;
	text-align: center;
	text-decoration: none;
	transition: all 0.4s ease;
	margin-bottom: 20px;
}

#success-stories a.story:hover {
	transform: scale(105%);
	z-index: 2;
}

#success-stories .story .img-cntr {
	display: block;
    position: relative;
    width: 100%;
    height: 0;
	padding-top: 71.42%;
	background: #FFF;
    border: 1px solid #EEE;
    text-align: center;
	overflow: hidden;
}

#success-stories .story .img-cntr > img {
	position: absolute;
	top: 50%;
	bottom: 0;
    left: 0;
    right: 0;
	max-width: 100%;
	max-height: 100%;
    margin: 0 auto;
    transform: translateY(-50%);
	transition: all 0.4s ease;
}

#success-stories a.story:hover .img-cntr > img {
	transform: translateY(-50%) scale(110%);
}

#success-stories .story .img-cntr .no-photo i {
    font-size: 5.4rem;
	color: #DDD;
}

#success-stories .story .name {
    height: 4.6rem;
	background: #FFF;
	font-family: 'Nanum Pen Script', cursive;
    font-size: 3rem;
	font-weight: 600;
    line-height: 2.8rem;
	padding: 1rem;
    border: 1px solid #EEE;
    border-top: 0;
    border-bottom: 0;
	transition: all 0.4s ease;
	margin: 0;
}

#success-stories a.story:hover .name {
	font-size: 3.6rem;
}

#success-stories .story .name i {
	position: relative;
	bottom: 4px;
	font-size: 2rem;
	vertical-align: middle;
}

#success-stories .story .read-button {
    display: block;
    background: #182534;
	color: #FFF;
    font-size: 0.7rem;
    font-weight: 600;
    padding: 0.3rem;
}


/* STORY */
#success-story .heading-cntr {
	position: relative;
	height: 20rem;
	background: #EEE;
    background-size: cover;
    background-position: center;
	background-repeat: no-repeat;
	margin-bottom: 2rem;
}

#success-story .heading-cntr h1 {
	position: absolute;
    bottom: 0;
    left: 0;
	max-width: 40rem;
    background: rgb(24 37 52 / 90%);
    font-size: 2rem;
    font-weight: 600;
    color: #FFF;
    padding: 0.5rem 1rem;
	border-top-right-radius: 4px;
	margin: 0;
	border: 0;
}

#success-story .thumbnail-cntr {
	display: block;
    position: relative;
    width: 100%;
    height: 0;
	padding-top: 71.42%;
    border: 1px solid #EEE;
	background: #FFF;
    text-align: center;
	margin-bottom: 1rem;
	transition: all 0.4s ease;
}

#success-story .thumbnail-cntr img {
	position: absolute;
	left: 0;
	right: 0;
	display: block;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
}

#success-story .thumbnail-cntr > i {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	width: 100%;
	transform: translateY(-50%);
	font-size: 4.5rem;
	color: #FFF;
	text-shadow: 0px 0px 3px #000;
}