@media all {
    .ff_container_carousel {
        .ce-image {
            figure {
                margin-bottom: 0;
            }

            figcaption {
                display: none;
            }
        }

        .carousel-control-prev, .carousel-control-next {
            width: 5%;
        }
    }
}
