/* P07 candy image: preserve aspect ratio while filling the viewport. */
#p07-kv-candy .kv-sequence-v68__media picture > img {
  object-fit: cover;
  object-position: center;
}
