.image-container {
  display: flex;
  flex-wrap: wrap;
  column-gap: 0.5rem;
  justify-content: center;
}

.image-container img {
  width: 49.5%;
}

iframe {
  height: 45rem;
}

@media screen and (max-width: 768px) {
  .image-container img {
    min-width: 90%;
  }
}
