.fw-main-row.background-video .fw-container,
.fw-main-row.background-video .fw-container-fluid {
	z-index: 1;
}

.base-section{
	position: relative;
	z-index: 2;
}

.section-container{
	z-index: 5;
}
.section__layer-iamge{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
	background-size: cover;
}

.background-upload-video{
	overflow-y: hidden;
}

.base-section__video{
	width: 100%;
	height: auto;
	position: absolute;
}

.fw-main-row.background-video .fw-container, .fw-main-row.background-video .fw-container-fluid{
	z-index: 5;
}
@media (min-width: 768px){
	.modal-dialog {
		width: 100% !important;
	}
}
