
.story-content .story-wrapper{
	position: relative;
	/*background-color: #111;*/
}



	.story-content a.stroy-link{

	}
		.story-content .story-header{
			position: absolute;
			width: 100%;
    		top: calc( 50% - 56px);
    		z-index: 10;
			text-align: center;
		}
			.story-content .story-header .title{
				text-transform: uppercase;
				font-family:'DIN Next LT W04 Light';
				color: #fff;
				font-size: 60px;
			}


.story-content .story-wrapper .image-wrapper{
	    background-color: #111;
}
.story-content .story-wrapper .img-overlay{
	transition: all 0.5s ease;
	opacity: 1;
}

.story-content .story-wrapper:hover .img-overlay{
	opacity: 0.5;
}
.story-content .story-wrapper.no-hover:hover .img-overlay {
	opacity: 1;
}
.story-content .bottom-section-wrapper{
	background-color: #fff;
    min-height: 60px;
    position: relative;
    top: -2px;
}
.story-content .bottom-section-wrapper .bottom-section{
	width: 100%;
	text-align: center;
	position: relative;
}
.story-content .bottom-section-wrapper .bottom-section .float-up-section-wrapper{
	background-color: #fff;
}
.story-content .bottom-section-wrapper .bottom-section .float-up-section-wrapper .float-up-section{
    background-color: #fff;
    position: absolute;
    bottom: -80px;
    width: 50%;
    margin: auto;
    max-width: 400px;
    padding: 5px 20px 20px;
    left: calc(50% - 200px);
}
.story-content .bottom-section .float-up-section .sub-title{
	font-family:'DIN Next LT W04 Italic';
	font-size: 12px;
	text-transform: uppercase;
	padding: 5px 0px;
}
.story-content .bottom-section .float-up-section .bar-sep{
	border-bottom: 1px solid #111;
	min-height: 1px;
	max-width: 10%;
	margin: auto;
}
.story-content .bottom-section .float-up-section .bar-sep.gray{
	border-bottom: 1px solid #999999;
}

.story-content .bottom-section .float-up-section span.story-link,
.story-content .bottom-section .float-up-section a.story-link{
	font-family:'DIN Next LT W04 Light';
	font-size: 26px;
	color: #111;
	text-transform: uppercase;
}
.story-content .bottom-section .float-up-section span.story-link,
.story-content .bottom-section .float-up-section a.story-link{
	text-decoration: none !important;
}


.story-content .bottom-section .float-up-section .story-link .link-text{
	padding: 5px 0px 10px;
}


@media only screen and (max-width: 64em) {
	.story-content .story-header .title{
		font-size: 40px;
	}


	.story-content .bottom-section-wrapper .bottom-section .float-up-section-wrapper .float-up-section {
	    bottom: -70px;
	    width: 300px;
	    padding: 5px 20px 20px;
	    left: calc(50% - 150px);
	}

	.story-content .bottom-section .float-up-section .sub-title {
	    font-size: 10px;
	}

.story-content .bottom-section .float-up-section span.story-link,
	.story-content .bottom-section .float-up-section a.story-link {	    
	    font-size: 22px;
	}

} 
@media only screen and (max-width: 40em) {

	.story-content {
    	margin-bottom: 10px;
	}

	.story-content .story-wrapper .img-overlay{
    	opacity: 0.75;
	}
	.story-content .story-header {
    	top: calc(50% - 33px);
	    line-height: 30px;
	}

	.story-content .story-header .title{
    	padding: 0px 10px;
    	font-size: 30px;
	}
	.story-content .bottom-section-wrapper .bottom-section .float-up-section-wrapper .float-up-section {
    	top: 100%;
	    width: 100%;
	    max-width: 100%;
	    padding: 5px 20px 20px;
	    left: initial;
	}

.story-content .bottom-section .float-up-section span.story-link,
	.story-content .bottom-section .float-up-section a.story-link {	    
    	font-size: 18px;
	}
} 