/* Firefox-specific fixes for image stretching */
@-moz-document url-prefix() {
  .mobile-img-hold,
  .mobile-img-meal,
  .mobile-img-earn,
  .mobile-img-stocks,
  .mobile-img-live,
  .mobile-img-better {
    object-fit: contain !important;
    flex-shrink: 0 !important;
    max-width: none !important;
  }
  
  .desktop img {
    width: auto !important;
  }
  
  .mobile img {
    width: auto !important;
  }
}
