@charset "utf-8";
/* CSS Document */



@media screen and (max-width:  99px)  {
     .carousel-img {
         height: 50px !important;
}
}

@media screen and (max-width: 199px) and (min-width: 100px) {
     .carousel-img {
         height: 75px !important;
}
}

@media screen and (max-width: 299px) and (min-width: 200px) {
     .carousel-img {
         height: 100px !important;
}
}

@media screen and (max-width: 399px) and (min-width: 300px) {
     .carousel-img {
         height: 125px !important;
}
}

@media screen and (max-width: 499px) and (min-width: 400px) {
     .carousel-img {
         height: 150px !important;
}
}

@media screen and (max-width: 599px) and (min-width: 500px) {
     .carousel-img {
         height: 175px !important;
}
}


@media screen and (max-width: 699px) and (min-width: 600px) {
     .carousel-img {
         height: 200px !important;
}
}

@media screen and (max-width: 799px) and (min-width: 700px) {
     .carousel-img {
         height: 225px !important;
}
}


@media screen and (max-width: 899px) and (min-width: 800px) {
     .carousel-img {
         height: 250px !important;
}
}

@media screen and (max-width: 999px) and (min-width: 900px) {
     .carousel-img {
         height: 275px !important;
}
}

@media screen and (max-width: 1099px) and (min-width: 1000px) {
     .carousel-img {
         height: 300px !important;
}
}

@media screen and (max-width: 1199px) and (min-width: 1100px) {
     .carousel-img {
         height: 325px !important;
}
}

@media screen and (max-width: 1299px) and (min-width: 1200px) {
     .carousel-img {
         height: 350px !important;
}
}

@media screen and (max-width: 1399px) and (min-width: 1300px) {
     .carousel-img {
         height: 375px !important;
}
}

@media screen and (max-width: 1499px) and (min-width: 1400px) {
     .carousel-img {
         height: 400px !important;
}
}

@media screen and (max-width: 1599px) and (min-width: 1500px) {
     .carousel-img {
         height: 425px !important;
}
}

@media screen and (max-width: 1699px) and (min-width: 1600px) {
     .carousel-img {
         height: 450px !important;
}
}

@media screen and (max-width: 1799px) and (min-width: 1700px) {
     .carousel-img {
         height: 475px !important;
}
}

@media screen and (max-width: 1899px) and (min-width: 1800px) {
     .carousel-img {
         height: 500px !important;
}
}

@media screen and (max-width: 1999px) and (min-width: 1900px) {
     .carousel-img {
         height: 525px !important;
}
}

@media screen and (max-width: 2099px) and (min-width: 2000px) {
     .carousel-img {
         height: 550px !important;
}
}

@media screen and (max-width: 2199px) and (min-width: 2100px) {
     .carousel-img {
         height: 575px !important;
}
}


@media screen and (min-width: 2200px) {
     .carousel-img {
         height: 600px !important;
}
}	
		
		