﻿.video-with-text-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.video-with-text-wrapper .revealTo.video {
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
}

.video-with-text-wrapper .revealTo-content {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 40px;
    box-sizing: border-box;
}

.video-with-text-wrapper .revealTo-content h2 {
    text-align: center;
    font-size: 2.5em;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #000;
}

.video-with-text-wrapper .revealTo-content p {
    text-align: center;
    width: 100%;
    margin: 5px auto 0 auto;
    font-size: 1.125em;
    line-height: 1.6875em;
    /* color: #000; */
}

.inner-banner img {
    display: block !important;
    width: 100%;
    height: auto;
}

.video-iframe {
    position: relative;
    width: 100%;
    height: auto !important;
    overflow: hidden;
}

.video-iframe iframe {
    position: static;
    width: 100% !important;
    height: 460px !important;
    border: 0;
}

@media (max-width: 768px) {
    .video-with-text-wrapper {
        flex-direction: column;
    }

    .video-with-text-wrapper .revealTo.video,
    .video-with-text-wrapper .revealTo-content {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0;
    }

    .video-with-text-wrapper .revealTo-content {
        padding: 20px 0;
    }
}