html, body {
  height: 100%;
  margin: 0;
}

.sombra {
  filter: drop-shadow(0 5px 20px rgba(0, 0, 0, 0.9));
}

.content-wrapper img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    border-radius: 20px;
    margin: 1rem 0;
    display: block;
}

.hover-zoom:hover {
  transform: scale(1.02);
}

.hover-zoom {
  transition: transform .3s ease;
}