.video-module {
    background-color: #7e7e7e;
}

.video-module,
.video-module .background-image,
.video-module .video-iframe,
.video-module .video-iframe .iframe-video-iframe {
    min-height: 500px;
}

.video-module {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.video-module .background-image {
    background-image: url("/3m_theme_assets/web_apps/apps/mmmSOSI-2020Overview/lib/images/video-gradient.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    width: 34%;
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.video-module .background-image p {
    padding: 0 45px 0 103px;
    margin: 0;
    color: #ffffff;
    font-size: 24px;
}

.video-module .video-iframe {
    background-image: url("/3m_theme_assets/web_apps/apps/mmmSOSI-2020Overview/lib/images/video-iframe.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    width: 66%;
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.video-module .video-iframe a {
    display: block;
    text-decoration: none;
    color: transparent;
    border: none;
    width: 138px;
}

.video-module .video-iframe a img {
    width: 100%;
}

.video-module .video-iframe .iframe-video-iframe {
    display: none;
    width: 100%;
}

@media screen and (max-width: 768px) {
    .video-module {
        flex-direction: column;
    }

    .video-module,
    .video-module .background-image,
    .video-module .video-iframe {
        min-height: auto;
    }

    .video-module .video-iframe {
        min-height: 200px;
    }

    .video-module .background-image p {
        padding: 25px 30px;
        font-size: 15px;
        text-align: center;
    }

    .video-module .background-image,
    .video-module .video-iframe {
        width: 100%;
    }

    .video-module .video-iframe a {
        width: 57px;
    }
}

@media screen and (max-width: 580px) {
    .video-module .video-iframe {
        min-height: 170px;
    }
}
