/* Required for full background image */

html,
body,
header,
.view {
  height: 100%;
}

/* Adjustment for mobile devices*/
@media (max-width: 576px) {
    .view {
        height: 150%;
    }
}

.loader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url('../img/preloader.gif') center no-repeat #fff;
}