@media screen and (max-width: 781px) {
    .swiffy-slider {
        &.type--cards {
            .wp-block-column {
                figure {
                    img {
                        width: 100%;
                    }
                }
            }
        }
    }
}
