.background{
	height: 80vh !important;
	width: 100% !important;
    position: absolute;
    z-index: -5;
    top: 25px;
    overflow: hidden;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	text-align: center;
}

.background video{
	top: -35px;
}