.load-more-wrap{text-align:center;margin:40px 0 10px}.load-more-btn{background:#0c2853;color:#fff;border:none;padding:14px 32px;border-radius:50px;font-size:15px;font-weight:600;cursor:pointer;transition:all .25s ease;box-shadow:0 6px 18px rgba(12,40,83,.25)}.load-more-btn:hover{transform:translateY(-2px);box-shadow:0 10px 25px rgba(12,40,83,.35);opacity:.95}.glayx-history-slider{padding:35px 0 20px}.glayx-history-row{margin:0}.glayx-history-item{text-align:left;padding:0 25px}.glayx-history-year{font-size:58px;line-height:1;font-weight:700;color:#93bf1f;margin-bottom:18px}.glayx-history-title{font-size:23px;line-height:1.35;font-weight:700;color:#163d7a;margin-bottom:18px}.glayx-history-text{font-size:16px;line-height:1.65;color:#7d7d7d}.glayx-history-slider .vc_pagination{margin-top:25px;text-align:center}.glayx-history-slider .vc_pagination-trigger{width:12px;height:12px;border-radius:50%;background:#8d8d8d;opacity:1;margin:0 5px}.glayx-history-slider .vc_active .vc_pagination-trigger,.glayx-history-slider .vc_pagination-trigger:hover{background:#2c2c2c}@media (max-width:991px){.glayx-history-item{padding:0 15px}.glayx-history-year{font-size:44px}.glayx-history-title{font-size:20px}.glayx-history-text{font-size:15px}}@media (max-width:767px){.glayx-history-item{text-align:center}.glayx-history-year{font-size:38px}.glayx-history-title{font-size:18px}}Ecco il blocco aggiornato — aggiungo l'effetto fade in/out al passaggio del mouse sul wrapper del carosello:html .vc-carousel-wrapper{position:relative}.vc-carousel-nav{display:flex;justify-content:space-between;position:absolute;top:50%;left:10px;right:10px;transform:translateY(-50%);pointer-events:none;z-index:10;opacity:0;transition:opacity .3s ease}.vc-carousel-wrapper:hover .vc-carousel-nav{opacity:1}.vc-carousel-nav button{pointer-events:auto;background-color:transparent;border:none;box-shadow:none;width:32px;height:32px;cursor:pointer;font-size:0;position:relative}.vc-carousel-nav .vc-prev{margin-left:0}.vc-carousel-nav .vc-next{margin-right:0}.vc-carousel-nav .vc-prev:after,.vc-carousel-nav .vc-next:after{content:"" !important;position:absolute !important;top:50% !important;left:50% !important;width:18px !important;height:18px !important;border-style:solid !important;border-color:#4d4d4d !important;border-width:0 4px 4px 0 !important;background:0 0 !important;opacity:1 !important}.vc-carousel-nav .vc-prev:after{transform:translate(-30%,-50%) rotate(135deg) !important}.vc-carousel-nav .vc-next:after{transform:translate(-70%,-50%) rotate(-45deg) !important}