/* Keep the supplied Google Ads examples fully visible at their natural proportions. */
.ads-live-ad-card img {
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
  object-position: center;
  background: #eef5fb;
}

.ads-live-ad-card:hover img {
  transform: none;
}
