@media (min-width:768px) {
    .hero-flex-wrap {
        display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
        display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
        display: -ms-flexbox;      /* TWEENER - IE 10 */
        display: -webkit-flex;     /* NEW - Chrome */
        display: flex;
        align-items: center;
    }

    .hero-flex-wrap .hero-flex {
        width: 50%;
    }

}

.hero-flex-wrap .hero-flex.image {
    text-align: center;
}

.buildr-module.features-hero h2.title {
    margin-top: 0px;
    margin-bottom: 0px;
}

.buildr-module.features-hero h6.subtitle {
    margin-top: 15px;
    margin-bottom: 30px;
}

.buildr-module.features-hero {
    margin: 0;
    padding: 0;
    background: none;
    color: #f0f0f0;
    background-size: cover;
    background-position: 50%;
}

.buildr-module.features-hero .pre-title {
    text-transform: uppercase;
/*    letter-spacing: .5em;*/
    display: inline-block;
    margin-bottom: 0;
}

.buildr-module.features-hero p.content {
    margin-top: 30px;
}

.buildr-module.features-hero a.button {
    margin: 20px 3px 5px 3px;
}

@media (max-width:767px) {
    .buildr-module.features-hero .hero-inner {
        padding: 100px 0 !important;
    }
    .buildr-module.features-hero .hero-inner,
    .buildr-module.features-hero .hero-inner .hero-content {
        text-align: center !important;
    }
    .buildr-module.features-hero a.button {
        margin-top: 15px;
    }
    .buildr-module.features-hero a.button:nth-child(odd) {
        margin-top: 5px;
    }
    .buildr-module.features-hero .features {
        margin-top: 50px;
    }
    .buildr-module.features-hero .features {
        display: block !important;
    }
}

.buildr-module.features-hero .features {
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;
    align-items: center;   
}

.buildr-module.features-hero .features > .feature-wrap {
    flex-grow: 1;
    overflow: hidden;
}

.buildr-module.features-hero .features .feature {
    padding: 15px;
    text-align: center;
}

.buildr-module.features-hero .features .feature-icon {
    font-size: 60px;
}

.buildr-module.features-hero .features .feature-label {
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: .25em;
    margin-top: 15px;
}

.buildr-module.features-hero .template-stacked div.image {
    margin-top: 30px;
}

@media (max-width:767px) {
    .buildr-module.features-hero .features > .feature-wrap {
        max-width: 100%;
    }
}
