.hls-banner-video-mobile{
	display:block;
}

.hls-banner-video-des{
	display:none;
}

.home-video-section {
    overflow: hidden;
}

.home-video-section .home-video-container {
    position: relative;
}

.home-video-section .home-video-flex {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.home-video-section .home-video-flex .home-video-slide {
    position: relative;
    background: #000;
    width: 100%;
    height: 33.33vh;
}


.home-video-section .home-video-flex .home-video-slide video {
    background-color: #000;
    width: calc(100% + 0px);
    height: 100%;
    position: absolute;
    top: 50%;
    left: calc(50% - 0px);
    transform: translate(-50%, -50%);
    object-fit: cover;
    object-position: center center;


}

.home-video-section .video-content {
    width: 100%;
    min-height: 500px;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    align-items: flex-end;
    align-content: flex-end;
    padding: 0px 0px;

}

.home-video-section .video-content-in {
    width: 100%;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-bottom: 50px;
    margin-left: auto;
    margin-right: auto;

}

.home-video-section .video-content-in .sub-head {
    font-size: 1.875rem;
    line-height: 2.25rem;
    color: #fff;
    font-weight: 300;
}

.home-video-section .video-content-in .heading {
    font-size: 1.875rem;
    line-height: 2.25rem;
    color: #fff;
    font-weight: 500;
    margin-top: 1.25rem;
    margin-bottom: 0;
}

.home-video-section .video-content-in .heading b {
    font-weight: 500;
}

.video-banner-btn {
    font-family: 'Nohemi Med', "sans-serif";
    font-size: .875rem;
    background-color: #E81010;
    border: 1px solid #E81010;
    color: #fff;
    padding: .75rem 1.25rem;
    display: inline-block;
    text-decoration: none;
    margin-top: 1.25rem;
    transition: background-color 0.3s, color 0.3s;
}

.video-content-in-left {
    width: 100%;
}



@media screen and (min-width: 1200px) {
	
	.hls-banner-video-mobile{
	display:none;
}

.hls-banner-video-des{
	display:block;
}

    .home-video-section .home-video-flex .home-video-slide {
        height: 100vh;
    }

    .home-video-section .home-video-flex {
        flex-wrap: nowrap;
    }

    .video-banner-btn {
        font-size: 1.125rem;
        padding: 1rem 2.1875rem;
        margin-top: 2.5rem;
    }

    .home-video-section .video-content-in {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .home-video-section .video-content-in .heading {
        font-size: 5.9375rem;
        line-height: 6.625rem;
        padding-bottom: 100px;
    }

    .video-content-in-left {
        max-width: 60.625rem;
    }
}



@media (hover: hover) and (pointer: fine) {
    .video-banner-btn:hover {
        background-color: transparent;
        color: #fff;
    }
}




@media (min-width: 640px) {
    .home-video-section .video-content-in {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .home-video-section .video-content-in {
        max-width: 720px;
    }
}

@media (min-width: 1024px) {
    .home-video-section .video-content-in {
        max-width: 960px;
    }
}

@media (min-width: 1280px) {
    .home-video-section .video-content-in {
        max-width: 1140px;
    }
}

@media (min-width: 1536px) {
    .home-video-section .video-content-in {
        max-width: 1326px;
    }
}



@media (max-width: 1199.99px) {

    .home-video-section .home-video-flex .home-video-slide {
        height: auto
    }

    .home-video-section .home-video-flex .home-video-slide:before {
        content: "";
        display: block;
        position: static;
        width: 100%;
        padding-top: calc(650 / 400 * 100%);
    }

    .home-video-section .home-video-flex .home-video-slide video {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        object-fit: cover;
        z-index: 1;
        transform: translate(0%, 0%);
    }

}