[x-cloak] {
  display: none !important;
}

img[src*="Heavenly-wonders-logo.jpg"] {
  max-width: 5rem;
  max-height: 5rem;
  object-fit: cover;
}

@media (max-width: 767px) {
  img[src*="Heavenly-wonders-logo.jpg"] {
    max-width: 4rem;
    max-height: 4rem;
  }
}
