/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */
 .my-fullwidth-carousel {
    width: 100vw !important;
    max-width: 100vw !important;
    position: relative !important;
    left: calc(-50vw + 50%); /* Sposta il contenitore per centrarlo */
    margin-left: 0 !important;
    margin-right: 0 !important;
}