section {
    position: relative;
    width: 100%;	
    z-index: 10;
}
	section.bg-grey {
		background-color: #e8e8e8;
	}
	section.bg-yellow {
		background-color: #f7d212;
	}
	section.bg-red {
		background-color: #ed1a3b;
	}
	section.border-bot-red {
		border-bottom: 5px solid #e9372f;
	}

.video-home {
	margin-top: -95px !important;
	position: relative;
	z-index: 5;
}
