/*===============
################# HOME
===============*/
section#full{
    width: 100%;
    height: 850px;
}

section#mob{
	display: none;
}

/*===============
################# MOBILE
===============*/
@media (max-width: 640px){
	section#mob{display: block; height: 850px;}
	section#full{display: none;}
}