@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%;

}
.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; 
}
#KKWSM3Wtitle {
    font-family: Arial, sans-serif !important;
    font-size: 18.75vw;
    font-style: normal;
    color: #FFFFFF;
    position: relative;
    z-index: 1000;
    height: 14%;
span{
align-items: center;
        justify-content: center;
display:flex;
flex-direction:row;
width:90vw;
margin:0 auto;
z-index:1000;
}    
}
#KKWSM3Winfo {
    z-index: 1000;
    position: relative;   
    margin-left: 12px;
    font-family: Arial, sans-serif !important;
    font-style: normal;
    color: #FFFFFF;
    width: auto;
    font-size: 1.2rem;
	margin-top: -3%;
}

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

}