/* Make the image fully responsive */
.carousel-inner img {
  width: 100%;
  height: 100%;
}

.resena-content {
  background-color: #fafafa;
  min-height: 350px;
  max-width: 500px;
  padding: 30px;
  border-radius: 5px;
  text-align: center;
  border: 1px solid #a8824c;
  box-shadow: 2px 2px 10px #ece4e4, inset 2px 2px 10px #ece4e4;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Montserrat",
    Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

.resena-content h3 {
  font-weight: bold;
}

.resena-content img {
  width: 200px;
  height: auto;
}

.resena-content h3 img {
  width: 35px;
  height: auto;
}

.resena-content p {
  font-style: italic;
  font-size: 14px;
}

@media screen and (max-width: 680px) {
  .carousel-inner {
    min-width: 300px;
  }

  .carousel-item {
    width: 300px;
    height: 500px;
    padding: 5px;
  }

  .resena-content {
    height: 400px;
  }

  .carousel-item.active {
    padding: 5px;
    width: 300px;
  }
}
