.card {
  overflow: hidden;
}

.main-wrapper {
  max-width: 620px;
}

.rating {
  cursor: pointer;
}

.btn-whats {
  background: #25d366;
}

.setup-img {
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 525px;
}

.img-zoom {
  max-height: 60vh;
}

.modal {
  background: rgba(0, 0, 0, .7)
}

@media screen and (min-width: 768px) {
  .zoom-carousel,
  .fa-magnifying-glass-plus
  {
    transition: all 500ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  }
  .fa-magnifying-glass-plus {
    font-size: 2rem;
    pointer-events: none;
  }

  .zoom-carousel:hover {
    transform: scale(1.2);
    cursor: pointer;
  }

  .zoom-carousel:hover + .fa-magnifying-glass-plus {
    opacity: 1 !important;
  }

  .modal-dialog {
    max-width: 70vw;
  }
}

