@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-video-bg {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    
}


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

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

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

.buildr-module.hero-video-cta {
    margin: 0;
    padding: 0;
    background: none;
    color: #f0f0f0;
    background-size: cover;
    background-position: 50%;
    position: relative;
    overflow: hidden;
}

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

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

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

.buildr-module.hero-video-cta .hero-inner{
    position: relative;
}

.buildr-module.hero-video-cta .hero-inner img.embedded-image {
    max-width: 100%;
    height: auto;
}

.buildr-module.hero-video-cta .hero-inner.template-stacked .video img {
    margin-bottom: 30px;
}

@media (max-width:767px) {
    .buildr-module.hero-video-cta .hero-inner {
        padding: 100px 0 !important;
    }
    .buildr-module.hero-video-cta .hero-inner img.embedded-image {
        margin-bottom: 30px;
    }
    .buildr-module.hero-video-cta .hero-inner,
    .buildr-module.hero-video-cta .hero-inner .hero-content {
        text-align: center !important;
    }
    .buildr-module.hero-video-cta a.button {
        margin-top: 15px;
    }
    
    .buildr-module.hero-video-cta a.button:nth-child(2n+1) {
        margin-top: 5px;
    }
    
}
