/* Make the image fully responsive */
  .carousel-inner img {
    width: 100%;
    height: 100%;
  }

  .nav-item-dropdown {
    color: #fff
  }

  .img-max {
    max-width: 250px;
    max-height: 400px;
  }
  @media (min-width: 768px) {
    .img-max {
      width: 25%;
    }
  }
