/****** SLIDER ******/
#mainSliderText{
    height: 50px;
    text-align: center;
    color:#fff;
    padding-top: calc(50vh);
    position: absolute;
    z-index: 3;
    width: 100%;
}

#videoBack, #videoFilter{
    position: absolute;
    width: 100%;
    height: inherit;
    top: 10px;
    left: 0;
    z-index: 0;
    overflow: hidden
}
#videoBack video{
  object-fit: cover;
  width: 100%;
  height: 100%;
}
#videoFilter{
    z-index: 2;
    background: rgba(57, 118, 116, 0);
}

/****** MAIN OPTIONS ******/
#mainOptions{
    position: absolute;
    z-index: 2;
    width: 100%;
}
#mainOptions .option {
  z-index: 2;
}
/****** RESPONSIVE MANAGEMENT *******/
@media screen and (max-width:1000px){
    #mainOptions{
        position: static;
    }
}
