/* ----------------------- VARS --------------------------- */
:root{
  
}

/* ----------------------- Project --------------------------- */
#project_div{}

#title{
	
	text-align: center;
}
#video iframe{
	
	width: 100%;
    height: 100%;
    border: 0;
}
#description{
	
	margin-top: 10px;
    font-size: 16px;
}

/* ----------------------------------- MOBILE ----------------------------------- */
@media (pointer:none), (pointer:coarse){ 
/* ----------------------- GLOBAL ------------------------- */

    header .contact{
        
        font-size: 14px;
    }
    
    #title{
        
        font-size: 24px;
    }
    
    footer svg{
        
        width: 50px;
    }

}


