.carousel-item > img {
  width: 100%;
  height: 100%;
}

.product-caption-title, .product-caption-button {
  text-transform: uppercase;
}

.product-caption-button {
  color: white;
  border: 1px solid white;
  padding: 5px 15px;
  cursor: pointer;
  background-color: rgba(0,0,0,0.3);
}

h3 {
  margin-top: 12px;
  font-size: 1.2rem;
}

