@charset "utf-8";
/* CSS Document */

/* Make the image fully responsive */
.carousel-inner img { width: 100%; height: 100%;}
.carousel-item { height: 99vh;}
.carousel-item:nth-child(1) { background:url(../images/banner-1.jpg) no-repeat center; background-size:cover;}
.carousel-item:nth-child(2) { background:url(../images/banner-2.jpg) no-repeat center; background-size:cover;}