.inclusion .left .control{
	padding-right:30px
}
.inclusion .right .control{
	padding-left:30px
}

.inclusion .image{
	margin-top: 40px
}
.inclusion .image img{
	width: 100%
}
.carousel-cell{
	width: 100%
}
.flickity-button {
    background-color: transparent;
    color: white;
}
.flickity-button:hover {
    background-color: transparent;
    cursor: pointer;
}

.mobile-visible{
	display: none;
}

@media only screen and (max-width:1920px) {
	
}

@media only screen and (max-width: 1700px) {
	
	
	
}
@media only screen and (max-width: 1500px) {
	
	

}
@media only screen and (max-width: 1200px) {
	

}

@media only screen and (max-width:991px) {
	.inclusion .right .control {
	    padding-left: 0;
	}
	.inclusion .left .control {
	    padding-right: 0;
	}
}	

@media only screen and (max-width: 767px) {
	
	
}

@media only screen and (max-width: 575px) {
	
	.mobile-visible{
		display: block;
	}
	.desktop-visible{
		display: none;
	}

}
