.herobar {
    position:relative;
    height: 80vh;
    overflow: hidden;
}
#myVideo {
    position: absolute;
    background-position: center center;
    object-fit: cover;
    right: auto;
    bottom: auto;
    min-width: 100%;
    min-height: 100%;
    z-index: -1;
}

.herobar-content{
    height: 90%;
}

.logouan{
    width: auto;
  height: 100px;
  object-fit: cover;
}
.logolab{
    width: auto;
  height: 150px;
  object-fit: cover;
}




@media (orientation: landscape) {
    .herobar {
        height: 660px;
    }

    
}