.aic-container {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.aic-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transform-origin: center center;
  will-change: transform;
  /* No transition - changes will be instant */
}
