/* Mantém o comportamento visual quando as imagens passam a usar <picture>. */
.ap-spirit-media picture,
.ap-gallery-item picture { display: block; height: 100%; }

.ap-rooted > picture {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.ap-rooted > picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
