/* This file is just a temporary fix*/
body { height: 850px; }
@media only screen and (max-width : 767px) {
 	body { background: #fff; display: block; height: 100%; }
}