.inner-page-banner-sec.top_space {
    margin-top: 24px;
}

.inner-page-banner-sec.bottom_space {
    margin-bottom: 24px;
}

.inner-page-banner-sec-bg {
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    padding: 50px 0;
    position: relative;
}

.inner-page-banner-sec-small-bg {
    position: relative;
}

.inner-page-banner-sec .video_container {
    position: relative;
}

.inner-page-banner-sec .video_container.with_overlay::after,
.inner-page-banner-sec-bg.with_overlay::after,
.inner-page-banner-sec-small-bg.with_overlay::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.20);
    z-index: 1;
    left: 0;
    top: 0;
}

.inner-page-banner-sec-small-bg.small_width_banner {
    min-height: 408px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    padding: 50px 0;
}

.inner-page-banner-sec-data {
    position: relative;
    z-index: 2;
}

.inner-page-banner-sec-data h2 {
    margin: 0;
}

.inner-page-banner-sec-data-tagline {
    font-family: var(--font_Adobe_Caslon_Pro_Italic);
    font-size: 24px;
    line-height: 120%;
    margin-bottom: 8px;
}

.inner-page-banner-sec .video_container .embeded_video {
    line-height: 0;
}

.inner-page-banner-sec .video_container  {
    position: relative;
}

.inner-page-banner-sec .video_container .embeded_video video,
.inner-page-banner-sec .video_container .embeded_video iframe {
    width: 100%;
    pointer-events: none;
    height: 100%;
    max-height: 408px;
}

@media (max-width:767px) {
    
    .inner-page-banner-sec-bg {
        min-height: 414px;
    }

    .inner-page-banner-sec .video_container .embeded_video video,
    .inner-page-banner-sec .video_container .embeded_video iframe {
        max-height: 308px;
    }

    .inner-page-banner-sec-small-bg.small_width_banner {
        min-height: 308px;
    }
    .inner-page-banner-sec-data-tagline {
        font-size: 22px;
        line-height: 100%;
    }
}

@media (max-width:575px) {
    .inner-page-banner-sec.top_space {
        margin-top: 20px;
    }
    .inner-page-banner-sec.bottom_space {
        margin-bottom: 20px;
    }
    .inner-page-banner-sec-bg {
        min-height: 274px;
    }

    .inner-page-banner-sec .video_container .embeded_video video,
    .inner-page-banner-sec .video_container .embeded_video iframe {
        max-height: 208px;
    }

    .inner-page-banner-sec-small-bg.small_width_banner {
        min-height: 208px;
    }
    .inner-page-banner-sec-data-tagline {
        font-size: 20px;
        line-height: 80%;
    }
}