#hero-video {
    max-width: 100%;
	height: auto;
	outline: 0;
	border: none;
}

.home-hero {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /*margin-top: -40px;
     z-index: -1; */
    position: relative;
    /* margin-bottom: 100px; */
}

.home-hero-content {
    width: 50%;
    margin-left: 2%;
    /* padding-top: 160px;
    padding-bottom: 160px; */
    position: relative;
    z-index: 50;
}

.home-hero-content:before {
    content: url('../images/home-hero-content-flair.svg');
    position: absolute;

    width: 13px;
    height: 276px;
    z-index: -1; 

    left: 25px;
    top: -90px;
    pointer-events: none;
}

.home-hero-video {
    width: 47%;
    margin-left: -10%;
    position: relative;
    z-index: -1;
    margin-top: -40px;
}

.home-hero h2 {
    font-family: Nexa;
    font-style: normal;
    font-weight: 800;
    /* font-size: 75px; */
    line-height: 85px;
    letter-spacing: 0.03em;
    color: #000;
    margin-bottom: 20px;
}
.home-hero p {
    font-family: Nexa;
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	line-height: 35px;
	letter-spacing: 0.03em;
	color: #525252;
    margin-bottom: 40px;
}

@media screen and (max-width: 1360px) {
    .home-hero {
        transform: none;
        margin-top: 0;
    }

    .home-hero-content {
        /* padding-top: 100px;
        padding-bottom: 100px; */
    }

}

@media screen and (max-width: 1024px) {
    .home-hero-content h2 {
        font-size: 48px;
        line-height: 52px;
    }
}


@media screen and (max-width: 800px) {
	.home-hero-video {
		width: 100%;
		margin: 0 auto;
		position: unset;
		z-index: -1;
        margin-top: -150px;
		outline: 0;
		border: none;
	}
    .home-hero {
        flex-direction: column-reverse;
        text-align: center;
		margin-top: 0;
        overflow: hidden;
    }

    .home-hero-content {
        width: 100%;
        padding: 20px 2%;
        margin-left: 0;
        margin-top: -50%;
        box-sizing: border-box;
    }

    .home-hero-contenet h2 {
        font-size: 36px;
        line-height: 48px;
    }

    .home-hero-video::before {
        height: 100%;
        width: 100%;
        background: white;
        opacity: 0.8;
        content: '';
        display: block;
        z-index: 1;
        position: absolute;
        top: 0;
        left: 0;
    }

   /*  .home-hero-video {
        position: relative;
        max-width: 300px;
    }

    .home-hero-video::before {
        height: 100%;
        width: 10%;
        background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
        content: '';
        display: block;
        z-index: 999;
        position: absolute;
        top: 0;
        right: 0;
    } */
}

@media screen and (max-width: 500px) {
    .home-hero {
        margin-bottom: 80px;
    }
    .home-hero-content {
        transform: translateY(-20px);
    }
    .home-hero-video {
        margin-top: 0;
    }

    .home-hero-content h2 {
        font-size: 36px;
        line-height: 40px;
    }
}