/* SLIDER ELEZIONI */
.bannerelezioni-wrapper
{
    width: 100%;
    position: sticky;
    top: 0;
    z-index: 999;
    background-color: #f5f5f5;
    overflow: hidden;
}
.marquee {
  overflow: hidden;
  width: 100%;
}

.marquee-track {
	display: flex;
	align-items: center;
	justify-content: center;
    will-change: transform;
    gap: 15px;
}

.is-static .marquee-track {
	transform: none !important;
}

.single-banner {
    flex: 0 0 auto;
    position: relative;
    z-index: 1;
    width: 490px;
}
.website_is_mobile .single-banner {
    width: 320px;
}
.single-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}
.single-banner a.link-candidato {
    position: absolute; 
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}