.bg-image-full{
	background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

header{
	height:200px;
}

#app{
	background: linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,.5)), url("/img/om.png");
}

.hidden {
	display: none;
}