.c-carousel {
    position: relative;
    overflow: hidden;
}

	.c-carousel .slides {
	    width: 20000em;
	    position: relative;
	    list-style: none;
	    margin: 0;
	    padding: 0;
	}

.cooper-carousel .slides .slide {
	width: 100%;
	padding: 0 15px;
	float: left;
}

	.cooper-carousel .et_pb_section {
		padding: 0 !important;
		background: none;
	}
	
	.cooper-carousel .et_pb_section .et_pb_row {
		width: 100%;
		padding: 0;
	}

.cooper-carousel-nav {
	display: none;
}

.cooper-carousel-nav .prev,
.cooper-carousel-nav .next {
	color: #e5e5e5;
	font-size: 70px;
    display: block;
    text-align: center;
    position: absolute;
    top: 50%;
    margin-top: -20px;
}

.cooper-carousel-nav .prev i,
.cooper-carousel-nav .next i {
	line-height: 1;
	float: left;
}

.cooper-carousel-nav .prev {
	left: -30px;
	padding-right: 4px;
}

.cooper-carousel-nav .next {
	right: -30px;
	padding-left: 4px;
}

@media screen and (max-width: 980px) {

	.cooper-carousel .slides .slide {
		width: 20%;
		padding: 0 40px;
		float: left;
	}
	
}

@media screen and (max-width: 750px) {

	.cooper-carousel-nav .prev {
		left: -10px;
	}
	
	.cooper-carousel-nav .next {
		right: -10px;
	}
	
}