.art.has-image::before,
.art.has-image::after {
  display: none;
}

.art.has-image {
  background: transparent;
  border: none;
  outline: none;
  box-shadow: none;
}

.art img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: transparent;
  border: none;
  outline: none;
  box-shadow: none;
  pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
  -webkit-user-drag: none;
}

.perform-slot.has-image .visual {
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto auto;
  padding: 20px 28px 14px;
  min-height: 0;
  overflow: hidden;
}

.perform-slot.has-image .visual-art {
  width: 100%;
  height: 100%;
  min-height: 0;
  border: 0;
  border-radius: 0;
  overflow: hidden;
  background: transparent;
  outline: none;
  box-shadow: none;
}

.perform-slot.has-image .visual-art img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  min-width: 0;
  min-height: 0;
  background: transparent;
  border: none;
  outline: none;
  box-shadow: none;
  pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
  -webkit-user-drag: none;
}

.perform-slot.has-image.active .visual-art {
  transform: scale(.98);
}
