.inner_hero{height: 80svh; min-height: 500px; position: relative; display: flex; align-items: center; justify-content: flex-start; padding: 60px 0; background-size:cover;}
.inner_hero:after{left:0; top:0; right:0; bottom: 0; position: absolute; content: ''; background: rgba(0,0,0,0.5);}
.inner_hero video{position: absolute; left:0; top:0; width: 100%; height: 100%; object-fit: cover;}
.inner_hero_inner{position: relative; display: flex; justify-content: center; z-index: 1; padding:0 30px;}
.inner_hero_inner h1{color: #FFF; font-family: Eros; font-size: 60px; font-style: normal; font-weight: 400; line-height: 60px; /* 100% */}
@media all and (max-width:1399px)
{

}

@media all and (max-width:1199px)
{

}

@media all and (max-width:991px)
{

}

@media all and (max-width:767px)
{
.inner_hero { height: 50svh; min-height: 400px;}
.inner_hero_inner h1 { font-size: 50px; line-height: 50px;}
.inner_hero_inner{padding:0 20px;}
}