.story-section-wrapper{
    margin-bottom: 30px;
}

.story-section-wrapper p{
    font-family: 'DIN Next LT W04 Regular';
}

.story-section-wrapper .btn-feature{
	background-color: #fff;
    overflow: hidden;
}

.story-section-wrapper .btn-feature img{
    width: 100%;
    transition: all 0.5s ease;
}

.story-section-wrapper .btn-feature .btn-feature-container{
    padding: 0px 20px;
    position: relative;
}

.story-section-wrapper .btn-feature .btn-flat{
    background: #fff;
    color: #111;
    width: 100%;
}

.story-section-wrapper .btn-feature:hover .btn-flat {
    background-color: #FFF;
}

.story-section-wrapper .btn-flat > span{
	font-family: 'DIN Next LT W04 Light';
    font-weight: 500;
	font-size: 20px;
    line-height: 20px;
    text-transform: uppercase;
}

.story{
    background-color: #fff;
    margin-bottom: 30px;
}

@media only screen and (min-width: 64.063em) {
    .story-section-wrapper .btn-feature:hover img{
        transform: scale(1.1);
    }
}

