.our_crew #mars .carousel{
    left: 53%;
    position: absolute;
    width: 100%;
    margin-left: -500px;
    overflow: hidden;
    height: 800px;
    top: -100px;
    padding-top: 130px;
    pointer-events: none;
}
.carousel .item {
	display: block;
	position: absolute;
	-webkit-transform: scale(0.7);
	-moz-transform: scale(0.7);
	-o-transform: scale(0.7);
	transform: scale(0.7);
}

.carousel .item.active {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.carousel .item.transition {
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
#mars .controls{
    margin-top: 220px;
}