.background{
	height: 80vh !important;
	width: 100% !important;
	background-image: url('../images/background.jpg');
	background-repeat:no-repeat;
    background-size: cover;
    background-position: center;

    position: absolute;
    z-index: -5;
    top: 25px;
}