

.hero{
height:100vh;
width:100%;
overflow:hidden;
}

.hero img{
width:100%;
height:100%;
object-fit:cover;
display:block;
}
header{
z-index:1000;
}

.sidebar{
z-index:1100;
}

.menu-handle{
z-index:2000;
}

 