@charset "UTF-8";
@import url("webfonts/Arial/stylesheet.css");
html , body{
    height: 100vh;
    margin: 0px;
    width: 100vw;
}

.flex{
display:flex;flex-direction:column;margin-left:0%;margin-top: 0%;

}
.container-text{
    z-index: 1000;
}
#bgvideo {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    left: 0;
width:100vw;
height:auto;
 max-height:100vh;
height:100vh;
object-fit:cover; 
}
#RMOtitle {
    font-family: Arial, sans-serif !important;
    font-size: 10.5vw;
    font-style: normal;
    color: #FFFFFF;
    position: fixed;
    z-index: 1000;
    height: 10%;
span{
align-items: center;
        justify-content: center;
display:flex;
flex-direction:row;
width:90vw;
margin:0 auto;
z-index:1000;
    font-weight: bold;    
}    
}
#RMOinfo {
	font-family: Arial, sans-serif !important;
	z-index: 1000;
    position: relative;
    margin-top: 10%;
    margin-left: 14px;
    font-family: Arial;
    font-style: normal;
    color: #FFFFFF;
    width: auto;
    font-size: 2rem;
}

@media (max-width:480px){
#bgvideo {   
width:480px;
height:200px; 
}

}