@charset "UTF-8";
* {
  font-family: 微軟正黑體;
}

.col-12 {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  width: 30%;
}

.carousel-item img {
  max-height: 100%;
  /*object-fit: cover;*/
  width: 100%;
}
.carousel-item {
  text-align: center;
}

@media only screen and (max-width: 767px) {
.col-12 {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.carousel-item img {
  max-height: 150%;
  /*object-fit: cover;*/
  width: 50%;
}
.carousel-item {
  text-align: center;
}