.single-musician .image-metabox-gallery-grid {
  max-height: 440px;
  overflow-y: auto;
  padding-bottom: 30px;
}

.single-musician .elementor-widget-image-metabox-gallery {
  position: relative;
}

.image-metabox-gallery-grid {
  display: grid;
}

.image-metabox-gallery-item {
  display: block;
}

.image-metabox-gallery-item-image {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.image-metabox-gallery-item-image img {
  width: 100%;
  object-fit: cover;
  object-position: center center;
  transition: transform 0.3s ease;
}

.image-metabox-gallery-item-image:hover img {
  transform: scale(1.05);
}

.single-musician .image-metabox-gallery-grid::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30px;
  background: linear-gradient(to top, rgba(247, 247, 246, 1), rgba(247, 247, 246, 0));
  pointer-events: none;
}
