.le-home-progressive-media:not(.is-hydrated) {
  background-color: #f5f5f5;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64' viewBox='0 0 64 64'%3E%3Crect width='64' height='64' fill='%23f5f5f5'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.le-native-brand.le-home-progressive-media:not(.is-hydrated) {
  background-color: transparent;
  background-size: contain;
}
