.media-slot__image {
  cursor: zoom-in;
  transition: transform .25s ease, filter .25s ease;
}
.media-slot:hover .media-slot__image {
  transform: scale(1.015);
  filter: brightness(1.02);
}
.developer__grid {
  grid-template-columns: minmax(0, 1fr) !important;
}
.developer__content {
  width: min(100%, 860px);
  margin: 0 auto;
}
.developer__media {
  grid-column: 1 / -1;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.developer__media .media-slot {
  width: min(100%, 520px);
  margin: 0 auto;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  overflow: visible;
}
.developer__media .media-slot__image {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  object-position: center center !important;
}
