@charset "utf-8";
html, body {
    width: 100%;
    margin: 0px;
    height: 100%;
}

     
	 li {
        display: inline;
      }
   	
#bgVideo{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 0;
    min-width: 100%;
    min-height: 100%;
	object-fit: cover;
}
#logoCentre {
    width: 35%;
    margin-left: 30px;
    position: fixed;
    z-index: 50;
    margin-top: 20%;
    color: #FFFFFF;
    font-size: 100px;
    text-align: center;
}
#linkedin_centre {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 50;
    text-align: center;
    margin-top: 50px;
}



@media all and (max-width: 1200px){
 
	#bgVideoM{
    position: relative;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
	z-index: 0;
	object-fit: cover;
 
		
}


}
