


.carousel-container {
  width: 100%;
  overflow-x: auto;
  white-space: nowrap;
}

.carousel-wrapper {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  overflow: hidden;
}

.carousel {
  display: inline-block;
  white-space: nowrap;
  transition: transform 0.2s ease-out;
}

.mbin  {
  display: inline-block;
  margin-right: 20px;
  width: 200px;
  height: 200px;
  background-color: #ccc;
  color: #fff;
  text-align: center;
  line-height: 200px;
  font-size: 24px;
}


