.photo-gallery-media-card
{  
  top: 2.5rem;
  left: 5rem;
  padding: 1rem;
  background-color: white;
  border-radius: 0.5rem;
  transition: transform 0.5s ease-in-out;
  backface-visibility: hidden;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  z-index: 1;
  max-height: 35rem;
  height: auto;
}

.photo-gallery-media-card .card-img {
  width: 100%;
  height: auto;
  max-height: 25rem;
  border-radius: 0.5rem;
  margin-bottom: 1rem;
}
.photo-gallery-media-card .card-caption {
  width: 100%;
  height: 2rem;
  font-size: 1rem;
  line-height: 2rem;
  margin-bottom: 1rem;
  padding: 0 0.5rem;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#photo_gallery_upload_image .om-media-upload-medias { 
display:none !important; 
}

#photo_gallery_upload_image .preview { 
display:none !important; 
}

#photo_gallery_upload_image .file { 
display:block !important; 
}