#banner-video {
	
min-height: 940px;
    height: 100vh;
    background-position: top 80px center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 9.375%;
    background-color: #010101;
	position: relative;
	top : -200px;
}

.banner-content-vid {
    width: 100%;
    flex-grow: 1; 
	    margin-top: 50px;
}
.banner-row-vid {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;    
	top: 100px;
    position: relative;
}


.left-text-vid, .right-text-vid {
    flex: 1;
    color: #fff; 
	max-width: 23%;
	font-size: 20px;
}
.left-text-vid p span, .right-text-vid p span {color:#FFF401;}
.center-image {
    flex: 2;
    text-align: center; 
}

.left-text-vid p {margin: 0;}
.full-width-text-vid {
    text-align: center;
    font-size: 114px;
   text-transform: uppercase;
    width: 100%;
	color: var(--s-y);
	font-weight: 700;
	top: 100px;
	position:relative;
}
.full-width-text-vid p {margin: 0 auto;}
.additional-content-vid {
	display: flex;
	justify-content: space-between;  
    position: relative;
    top: 120px;
    height: 108px;	
}

.yb-vid {
	width: 73%;
    height: 495px;
    border: 1px solid #fff40142;
    top: 100px;
    position: relative;
	margin: 0 auto;
	border-radius: 20px;
	    box-shadow: 0px 0px 20px -5px #FFF40199;
}
.yb-vid iframe {
    width: 100%;
border-radius: 20px;
  /*  aspect-ratio: 16 / 9;*/
}

@media(max-width: 768px){
	.banner-content-vid {
	margin-top: 100px;
	}
	.full-width-text-vid {
		font-size: 58px;
		line-height:58px;	
		margin-bottom: 20px;
	}

	.left-text-vid, .right-text-vid {
		font-size:14px;
		line-height:21px;
	}
	.left-text-vid {
		max-width:28%;
	}
	.right-text-vid {
		max-width:45%;
		text-align: right;
	}
	.yb-vid {
    width: 100%;
       height: 40%;
	}
	
.additional-content-vid {
    top: 120px;
    flex-direction: column;
}









	
}
