@media (min-width: 576px) {
  .carousel-inner {
    height: 300px;
  }
  .carousel-inner img {
    width: 170%;
    height: 100%;
  }
}
/* // Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  #banner {
    height: 150px;
  }
  #banner #logo {
    height: 110px;
    padding: 15px;
  }
  #banner #menu {
    border-top: 1px solid white;
    height: 40px;
    line-height: 18px;
  }
  #banner #menu a {
    color: #d4d1d1;
    font-size: 1rem;
  }

  .carousel-inner {
    height: 300px;
  }
  .carousel-inner img {
    width: 130%;
    height: 100%;
  }
}
/* // Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .carousel-inner {
    height: 400px;
  }
  .carousel-inner img {
    width: 100%;
    height: 100%;
  }
}
/* // Extra large devices (large desktops, 1200px and up) */

/*# sourceMappingURL=responsive.css.map */
