/* Kiyozumi: encuadres de la captura original, sin alterar sus píxeles. */
.kiyo-capture {
  position: relative;
  width: 100%;
  min-width: 0;
  overflow: hidden;
  background: #080808;
}
.kiyo-capture--card {
  display: grid;
  place-items: center;
  aspect-ratio: 4 / 3;
}
.kiyo-capture .kiyo-capture__viewport {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 892 / 538;
  overflow: hidden;
  background: #080808;
}
.kiyo-capture.kiyo-capture .kiyo-capture__viewport > img {
  position: absolute;
  inset: auto;
  left: -20.739910314%;
  top: 0;
  width: 121.30044843%;
  min-width: 0;
  max-width: none;
  height: auto;
  max-height: none;
  margin: 0;
  display: block;
  object-fit: initial;
  object-position: initial;
  transform: none !important;
  filter: none !important;
  transition: none;
  box-shadow: none;
}
.kiyo-capture--detail .kiyo-capture__viewport {
  aspect-ratio: 694 / 378;
}
.kiyo-capture.kiyo-capture--detail .kiyo-capture__viewport > img {
  left: -27.953890490%;
  top: -242.592592593%;
  width: 155.907780980%;
}
.home-v22 .v210-card-media--kiyo {
  height: auto;
  min-height: 0;
  aspect-ratio: 4 / 3;
  background: #080808;
}
.v24-project-card--kiyo .v24-project-art {
  height: auto;
  min-height: 0;
  aspect-ratio: 4 / 3;
  padding: 0;
  background: #080808;
}
.v29-kiyo-case .v29-kiyo-hero-art {
  min-width: 0;
  width: 100%;
  max-width: 900px;
  margin-inline: auto;
  border: 1px solid rgba(195, 0, 16, .24);
  background: #080808;
  box-shadow: 0 24px 60px rgba(45, 35, 34, .12);
}
.v29-kiyo-case .v29-kiyo-hero-art::before {
  content: none;
}
.v29-kiyo-case .v29-kiyo-dual-card .kiyo-capture--detail {
  margin: 28px 0 30px;
  flex: 0 0 auto;
  border: 1px solid #2e3238;
}
