.container-fluid{
	padding: 0px!important;
}

.logo_header{
	width: 100%;
}

.logo_header_mb{
	width: 100%;
	display: none;
}

.banner_img{
	width: 100%;
}

.main_title{
	font-family: 'Ubuntu';
	font-weight: 600;
	font-size: 30px;
	color: #e92227;
	margin-top: 5rem;
	text-transform: uppercase;
	letter-spacing: -2px;
}

.second_title{
	letter-spacing: -1px;
	margin-top: 3rem;
	color: #e92227;
	font-weight: 400;
	font-size: 25px;
}

span{
	font-style: italic;
}

video{
	text-align: center!important;
}

.footer{
	margin-top: 3rem;
}

.footer_dsk{
	width: 100%;
}
.footer_mb{
	width: 100%;
	display: none;
}


@media (max-width: 900px){
	.logo_header{
		display: none;
	}
	.logo_header_mb{
		display: block!important;
	}
	.footer_dsk{
	display: none;
	}
	.footer_mb{
		display: block;
	}
}