section.video-main {
    margin:20px 0 10px
}
section.video-main + .industries {
    display: none;
}

    @media (min-width: 992px) {
        .map-image-mobile {
            display: none;
        }
    }
    .map-image-mobile {
        text-align: center;
        position: relative;
    }
    .map-image-mobile img {
        width: 250px;
    }
    .map-image-mobile .label {
        background: #81a3f5d6;
        padding: 3px 10px;
        border-radius: 3px;
        color: #fff;
        position: absolute;
        text-wrap: nowrap;   
        font-size: 14px;
        bottom: 90px;
        left: 0;
    }

    section.video-main .grid{display: grid;grid-template-columns: 1fr 1fr;grid-gap: 25px;}

    section.video-main .left {
        padding-top: 72px;
    }
    section.video-main .left h2{font-size: 30px;line-height: 30px;}

    section.video-main .left p{

    }
    section.video-main .right{

    }
    section.video-main .right iframe{width: 100%;border-radius: 10px;height: 350px;}


    @media all and (max-width: 1300px)  {

    }

    @media all and (max-width: 1200px) {
    section.video-main .left {
        padding-top: 40px;
    }
    }
    @media all and (max-width: 992px) {
    section.video-main .grid{
        grid-template-columns:1fr;
    }
        section.video-main .left {
        padding-top: 40px;
    }
    }
    @media all and (max-width: 768px) {


    }

    /* [xs] */

    @media all and (max-width: 576px) {

    section.video-main .right iframe{height: 250px;}

    }

