div#section04 {
	background: #DADADA;
	/*background: linear-gradient(#1C232D 75%, white);*/
	background: #1C232D;
	padding-bottom: 100px;
	height: 980px;
}

div#section04 div.heading-padding-top {
	margin-bottom: 0px;
}

div#section04 div#features h2 {
	color: white;
	font-size: 48px;
	padding-top: 85px;
	margin-top: 0px;
}

div#section04 p.carousel-heading {
	font-size: 22px;
	color: white;
	margin-top: 30px;
	margin-bottom: 10px;
}

div#section04 p.carousel-text-first {
	color: white;
	font-size: 14px;
}

div#section04 p.carousel-text-second {
	color: white;
	font-size: 14px;
}

div#section04 p.carousel-text-third {
	color: white;
	font-size: 14px;
}

div#section04 p.carousel-text-fourth {
	color: white;
	font-size: 14px;
}


div#section04 div.autoplay div img {
	width: 100%;
}
div#section04 div.autoplay-mob div img {
	width: 100%;
}

@media (max-width: 1440px) {
	div#section04 {
		height: 820px;
	}
}

@media (min-width: 1441px) {
	div#section04 {
		height: 980px;
	}
}
/*
@media (max-width: 1200px) {
	div#section04 {
		height: 820px;
	}
}*/

@media (min-width: 769px) {

	div#section04 div.autoplay {
		display: none;
	}
	div#section04 div.autoplay-mob {
		display: none;
	}
	div.carousel {
		display: block;
	}
}


@media (max-width: 1024px) {
	div#section04 div#features h2 {
		font-size: 30px;
	}
}


@media (max-width: 960px) {
	div#section04{
		height: 700px;
	}

	div#section04 div#features h2 {
		font-size: 30px;
	}
}

@media (max-width: 768px) {
	div#section04 {
    	padding-left: 30px;
    	padding-right: 30px;
    	height: 920px;
	}

	div#section04 div#features h2 {
		margin-bottom: 80px;
	}

	div#section04 div.autoplay {
		display: none;
	}
	div#section04 div.autoplay-mob {
		display: block;
	}
	div.carousel {
		display: none;
	}
}

@media (max-width: 480px) {
	div#section04 {
		height: 790px;
	}
}