.dream-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 300px), 1fr));
  gap: 1.5rem;
  padding: 1rem;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  height: auto !important;
}

.dream-column {
  position: static !important;
  width: 100%;
  height: auto;
  margin: 0 !important;
  transform: none !important;
  opacity: 1 !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}

footer {
  display: block !important;
  text-align: center;
}

img:has(+ em) {
  margin-bottom: 0 !important;
}