.image-grid-section-wrapper{
    margin-bottom: 30px;
}

.image-grid-section-wrapper p{
    font-family: 'DIN Next LT W04 Regular';
}

/* General Overrides */
.image-grid-section-wrapper .btn-feature{
	background-color: #fff;
    overflow: hidden;
}

.image-grid-section-wrapper .btn-feature img{
    width: 100%;
    transition: all 0.5s ease;
}


.image-grid-section-wrapper .btn-feature .btn-feature-container{
    padding: 0px 20px;
    position: relative;
}

.image-grid-section-wrapper .btn-feature .btn-flat{
    background: #fff;
    color: #111;
    width: 100%;
}

.image-grid-section-wrapper .btn-feature:hover .btn-flat {
    background-color: #FFF;
}

.image-grid-section-wrapper .btn-flat > span{
	font-family: 'DIN Next LT W04 Light';
    font-weight: 500;
	font-size: 20px;
    line-height: 20px;
    text-transform: uppercase;
}

.image_grid{
    margin-bottom: 30px;
}

.image-grid-section-wrapper .top-section{
	text-align: center;
    margin-top: 10px;
}
.image-grid-section-wrapper .top-section .logo-wrapper{
    position: relative;
    bottom: 10px;
}
.image-grid-section-wrapper .top-section .sub-title{
    font-family: 'DIN Next LT W04 Italic';
    font-size: 12px;
    text-transform: uppercase;
}
.image-grid-section-wrapper .top-section .title-wrapper{
    font-family: 'DIN Next LT W04 Light';
    font-size: 26px;
    color: #111;
    text-transform: uppercase;
}

@media only screen and (min-width: 64.063em) {
    .image-grid-section-wrapper .btn-feature:hover img{
        transform: scale(1.1);
    }
}
