.os-instagram {
  overflow-x: hidden;
}

.os-instagram-post img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1/1;
  transition: transform 0.3s ease-in;
}

.os-instagram-post {
  overflow: hidden;
  aspect-ratio: 1/1;
}

.os-instagram-post:hover img {
  transform: scale(1.05);
}
