.v17-detail-showcase {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  max-width: 980px;
  margin: 38px auto 0;
}

.v17-detail-showcase__item {
  min-width: 0;
  margin: 0;
  overflow: hidden;
  background: #fff;
  border: 3px solid #090909;
  border-radius: 20px;
  box-shadow: 7px 7px 0 rgba(9, 9, 9, .22);
}

.v17-detail-showcase .v17-detail-page-window {
  width: 100%;
  height: 500px;
  overflow: hidden;
  background: #0b0b0b;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.v17-detail-showcase .v14-auto-scroll-track {
  width: 100%;
  background: #fff;
}

.v17-detail-showcase .v14-auto-scroll-track img {
  display: block;
  width: 100%;
  max-width: none;
  max-height: none;
  height: auto;
  margin: 0;
  background: #fff;
  object-fit: contain;
  object-position: top center;
  border: 0;
  border-bottom: 1px solid #dedede;
}

.v17-detail-showcase__item figcaption {
  display: grid;
  gap: 5px;
  min-height: 86px;
  padding: 15px 14px 17px;
  color: #fff;
  background: #090909;
  text-align: left;
}

.v17-detail-showcase__item figcaption span {
  color: #ffd82e;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: .08em;
}

.v17-detail-showcase__item figcaption strong {
  font-size: 16px;
  font-weight: 950;
  line-height: 1.35;
}

@media (max-width: 760px) {
  .v17-detail-showcase {
    grid-template-columns: 1fr;
    gap: 22px;
    margin-top: 30px;
  }

  .v17-detail-showcase__item {
    border-radius: 18px;
    box-shadow: 6px 6px 0 rgba(9, 9, 9, .22);
  }

  .v17-detail-showcase .v17-detail-page-window {
    height: 460px;
  }

  .v17-detail-showcase__item figcaption {
    min-height: 78px;
    padding: 14px 15px 16px;
  }

  .v17-detail-showcase__item figcaption strong {
    font-size: 17px;
  }
}
