img {
  display: block;
  width: 100%;
}

.image-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%px;

.responsive-image {
  max-width: 100%;
  height: auto;
}