/* Force remove curved boxes + shadows */
.gallery-item, .card, .gallery-card, .item {
    border-radius: 0 !important;
    box-shadow: none !important;
    overflow: visible !important;
}
img {
    border-radius: 0 !important;
}
