.random-content {
  display: grid;
  gap: var(--margin-medium);
  max-width: 100%;
}

.random-content__item {
  height: auto;
  max-width: 100%;
}
