/*
Theme Name: El puente rojo
Theme URI: http://www.mikropunto.org
Author: mikro
Author URI: http://www.mikropunto.org
Description: Minimalistix child theme
Version: 0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: minimalistix
Text Domain:  epr
*/
.epr-carousel {
    overflow: hidden;
    width: 100%;
    padding: 0 30px; /* adjust to whatever padding you want */
    box-sizing: border-box; /* ensure padding is included in width */
}

.epr-carousel-inner {
    display: flex !important;   /* override Gutenberg grid */
    transition: transform 0.5s ease;
}

.epr-carousel-inner li {
    flex: 0 0 auto;           /* width handled by JS */
    list-style: none;
    margin-right: 30px;       /* adjust to match padding */
    box-sizing: border-box;
}
