/* Remove rounded/curved gallery card shell */
.mc-gallery-viewport{
  border-radius: 0 !important;
}
.mc-gallery-viewport::before{
  border-radius: 0 !important;
}
.mc-gallery-card,
.mc-gallery-slide.near .mc-gallery-card,
.mc-gallery-slide.active .mc-gallery-card{
  border-radius: 0 !important;
}
.mc-gallery-card::before{
  border-radius: 0 !important;
}
.mc-gallery-card::after{
  border-radius: 0 !important;
}
.mc-gallery-card img{
  border-radius: 0 !important;
}
