.service-panel__image {
  display: block;
  width: calc(100% + 52px);
  max-width: none;
  height: 235px;
  flex-shrink: 0;
  margin: auto -26px 0;
  object-fit: cover;
  object-position: center;
  transition: height .3s ease, opacity .2s ease;
}

.service-panel__summary {
  position: relative;
  z-index: 1;
  padding-bottom: 48px;
}

.service-panel__hint {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  min-height: 48px;
  padding: 12px 0 4px;
  margin-top: 10px;
}

.service-panel__details {
  z-index: 2;
}

.service-panel--red .service-panel__image,
.service-panel--dark .service-panel__image,
.service-panel--grey .service-panel__image {
  mix-blend-mode: multiply;
}

.service-panel:hover .service-panel__image,
.service-panel:focus .service-panel__image {
  height: 0;
  opacity: 0;
}

@media (max-width: 680px) {
  .service-panel,
  .service-panel:hover {
    height: 280px;
    min-height: 280px;
  }

  .service-panel:focus {
    height: auto;
  }

  .service-panel__image {
    height: 125px;
  }
}
