/* 被害写真：SPは縦長そのまま、PC（2列）のみ高さ揃え */
#page-shushi .kumamoto-damage-photos .c-object-fit-block {
  aspect-ratio: auto;
}

#page-shushi .kumamoto-damage-photos .c-object-fit-block img {
  position: static;
  width: 100%;
  height: auto;
  object-fit: initial;
}

@media (min-width: 768px) {
  #page-shushi .kumamoto-damage-photos .c-object-fit-block {
    aspect-ratio: 4 / 3;
  }

  #page-shushi .kumamoto-damage-photos .c-object-fit-block img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
  }

  #page-shushi .kumamoto-damage-photos .kumamoto-damage-photos__ceiling img {
    object-position: center top;
  }
}
