/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

@media screen and (min-width:760px) {

/* Declare heights because of positioning of img element */
.carousel-item > img {
 	width:1920px;
	margin-left:50%;
	left:-960px;
	position:absolute;
}

.carousel-item {
	width:100%;
	height:663px;
}

/* RESPONSIVE CSS
-------------------------------------------------- */
}
@media screen and (max-width:759px) {

/* Declare heights because of positioning of img element */
.carousel-item > img {
 	width:100%;
}

.carousel-item {
	width:100%;
}

/* RESPONSIVE CSS
-------------------------------------------------- */
}
