.lineup-slider .swiper {
    margin-top:64px;
}
.lineup-slider .swiper-pagination {
    text-align: center;
    width: 100% !important;
    position: absolute;
    top: 48px !important;
    display:block;
}

.lineup-slider .swiper-pagination-bullet {
    width: 60px !important;
    height: 60px !important;
    display: inline-block;
    border-radius: 0px;
    background-size: cover !important;
    background-position: center;
    opacity: 0.6;
    transition: transform 0.18s ease, opacity 0.18s ease;
    border: 0 !important;
    margin:0 4px !important;
    position:relative;
}

/* Styles when hovering over thumbnails within our custom carousel */
.lineup-slider .swiper-pagination-bullet:hover {
    transform: scale(1.4);
    z-index:9;
}

/* Styles for the active thumbnail within our custom carousel */
.lineup-slider .swiper-pagination-bullet-active {
    transform: scale(1.5);
    opacity: 1;
    z-index:9;
}

/* Ensures that hovering over the active thumbnail doesn't change the opacity */
.lineup-slider .swiper-pagination-bullet-active:hover {
    opacity: 1;
}

@media (max-width: 767px) {
    .lineup-slider .swiper-pagination {
        
    }
    .lineup-slider .swiper {
        margin-top:0px;
    }
    .lineup-slider .swiper-pagination {
        top: 220px !important;
    }
    .lineup-slider .swiper {
        margin-top:220px;
    }
    .lineup-slider .swiper-pagination-bullet {
        margin-bottom:8px !important;
    }
}

/* eb image carousel */
.eb-slider {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 10;
    min-height: 0;
}

.swiper-material {
    height: 500px;
    width: calc(100% - 32px);
}

.swiper-material-wrapper {
    border-radius: 0 !important;
}

.demo-material-image {
    position: absolute;
    left: 0%;
    top: 0;
    height: 100% !important;
    object-fit: cover;
    display: block;
    border-radius: 0px;
}

.swiper-slide {
    opacity: 0.6;
    transition: opacity 0.3s linear !important;
}

.swiper-slide-active {
    opacity: 1;
}

.swiper-button-prev:after, .swiper-button-next:after {
    color:white
}
.eb-slider .swiper-container {
    position: relative;
    padding-bottom: 40px; 
}

.swiper-pagination {
    position: absolute;
    bottom: 10px; 
    width: 100%;
    text-align: center;
}

.eb-slider .swiper-pagination-bullet {
    width: 12px !important;
    height: 12px !important;
    background: none !important;
    border:2px solid white !important;
    opacity:1 !important;
}

.eb-slider .swiper-pagination-bullet-active {
    opacity: 1.0;
    background: white !important;
}

.swiper-button-prev, .swiper-button-next {
    position: absolute !important;
    top: 50% !important;
    width: calc(var(--swiper-navigation-size) / 44 * 27) !important;
    height: var(--swiper-navigation-size) !important;
    margin-top: calc(0px - (var(--swiper-navigation-size) / 2)) !IMPORTANT;
    background-color: transparent ! IMPORTANT;
    filter: drop-shadow(0px 1000px 0px #FFF);
background-image:none !important;
}
.swiper-button-next {
    right: 0 !important;
}
p.spotify_div {
    width: 80%;
}
.galley_page_slider .demo-material-image {
    width: 100%;
}
@media (max-width: 767px) {
    .swiper-material {
        height:70vh;
        width: calc(100% - 16px);
    }
    .swiper-horizontal .swiper-material-content img {
        width:100%;
        height:70vh;
        object-fit:cover;

    }
}