/* Remove the outer gallery panel/shell entirely */
.mc-gallery-card,
.mc-gallery-slide.near .mc-gallery-card,
.mc-gallery-slide.active .mc-gallery-card{
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  overflow: visible !important;
}
.mc-gallery-card::before{
  content: none !important;
  display: none !important;
}
/* Remove the reflected shell as well so no box appears underneath */
.mc-gallery-card::after{
  content: none !important;
  display: none !important;
}
.mc-gallery-meta{
  background: transparent !important;
  border-top: 0 !important;
  border-radius: 0 !important;
  padding-top: 12px !important;
}
.mc-gallery-card img{
  background: transparent !important;
  border-radius: 0 !important;
}
