.slider-cds__container {
	height: 400px;
}

.slider-cds__gallery {
	height: 400px;
	/*Do not add the width, it is added automatically*/
}

.slider-cds__image {
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover;
	/*Do not add the width, it is added automatically*/
}

.slider-cds__overlay {
	top: 0;
	left: 0;
	right: 0;
	padding: 0 20px;
}

.slider-cds__title {
	margin-bottom: 11px !important;
}

.slider-cds__form {
	display: inline-block;
	width: 78%;
	margin-top: 11px;
}

.slider-cds__form-input {
	padding: 15px 5px;
	width: 75%;
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;

}

.slider-cds__form-submit {
	width: 25%;
	padding: 15px 5px 15px 5px;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
}
