.music-wrapper {
    max-width: 80%;
    margin: 0 auto;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}
.sli .music-wrapper{
    z-index: 999;
}
.slide-item {

    display: flex !important;
    justify-content: center;
    align-items: center;
    text-align: center;

}

.slick-slide>div {
    padding-bottom: 0.8vw;
    padding-top: 0.8vw;
    padding: 1vw;
}

.slick-slide {
    /* margin: 0 0.5vw; */
}

/* .sli .total-site-wrapper {
    display: none;
}

.sli video.video-image {
    display: none;
} */

.sli .musicscrollwrapper {
    position: fixed;
    z-index: 999;
    background: url(../images/Rectangle.png);
    top: 0;
    left: 0;
    width: 100%;
}

.sli .artists-nav,.sli .music {
    display: none !important;
}

.sli div#active-artist-container {
    background: url(../images/Rectangle.png);
}
body.sli {
    /* background: url(../images/Rectangle.png); */
    /* overflow: hidden; */
} 
body.sli .bgImage{
    display: none;
}
.leftarr {
    position: absolute;
    top: 49%;
    left: -7%;
    cursor: pointer;
    z-index: 999;
}

.rightarr {
    position: absolute;
    right: -7%;
    top: 49%;
    cursor: pointer;
    z-index: 999;
}

button.slick-arrow {
    display: none !important;
}

.navi {
    /* position: absolute; */
    /* bottom: 5%; */
    /* left: 4%; */
    cursor: pointer;
    z-index: 999;
    position: relative;
}

.navi div {
    width: 1.3vw;
    height: 0.23vw;
    background-color: rgba(255, 255, 255, 0.7);
    margin: 0.2vw 0
}

.homePage .navi {
    border: 0.2vw solid #fff;
    border-radius: 3vw;
    padding: 5%;

}

.homePage .navi div {
    background: #fff;
}

.view-all a {
    font-size: 1vw;
    color: #fff;
    font-family: "bicyclette", sans-serif;
    font-weight: 700;
}

.view-all a:hover {
    opacity: 0.7;
}


div#dot-icon {
    width: 2.8vw;
    height: 2.8vw;
    border: 1px solid #fff;
    margin: 0px auto;
    /* position: absolute; */
    /* bottom: 3.5%; */
    /* left: 7%; */
    border-radius: 50%;
    cursor: pointer;
    z-index: 999;
    position: relative;
}

.homePage div#dot-icon {
    border: 0;
    /* bottom: 0%; */
    /* top: 136.5vw; */
    /* left: 6%; */
}

div#dot-icon span {
    display: block;
    position: absolute;
    height: 0.55vw;
    width: 0.55vw;
    background: rgb(255, 255, 255, 0.6);
    opacity: 1;
}

#dot-icon span:nth-child(even) {
    left: 0.7vw;
    border-radius: 50%;
}

#dot-icon span:nth-child(odd) {
    left: 1.5vw;
    border-radius: 50%;
}

#dot-icon span:nth-child(1),
#dot-icon span:nth-child(2) {
    top: 0.7vw;
}

#dot-icon span:nth-child(4),
#dot-icon span:nth-child(3) {
    top: 1.5vw;
}
.gridviewmusic {
    width: 13%;
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    bottom: 3%;
    left: 2%;
    -webkit-transition: bottom 300ms ease-in-out;
    -moz-transition: bottom 300ms ease-in-out;
    -o-transition: bottom 300ms ease-in-out;
    transition: bottom 300ms ease-in-out;
    justify-content: flex-start;
    /* background: #000; */
    z-index: 999;
}
@media only screen and (max-width:1023px) {
    .rightarr {
        bottom: -8%;
        top: auto;
        right: 49%;
        transform: rotate(90deg);
    }

    .leftarr {
        top: -10%;
        left: 47%;
        transform: rotate(90deg);
    }

    .slick-slide>div {
        padding-bottom: 3vw;
        padding-right: 2vw;
    }
    .navi div {
        width: 14px;
        height: 3px;
        margin: 3px 0;
    }
    
    div#dot-icon {
        width: 30px;
        height: 30px;
        border-radius: 105px;
    }
    div#dot-icon span {
         width: 5px;
        height: 5px;
    }
    #dot-icon span:nth-child(even) {
        left: 16px;
        border-radius: 50%;
    }
    
    #dot-icon span:nth-child(odd) {
        left: 8px;
        border-radius: 50%;
    }
    
    #dot-icon span:nth-child(1),
    #dot-icon span:nth-child(2) {
        top: 8px;
    }
    
    #dot-icon span:nth-child(4),
    #dot-icon span:nth-child(3) {
        top: 16px;
    }
    .homePage .navi {
        border-radius: 50px;
        padding: 4% 6%;
    }
    .gridviewmusic {
        width: 170px;
        bottom: 54vh;
        left: 8%;
    }
    
    .view-all a {
        font-size: 16px;
    }
    body.sli{
        overflow: hidden;
    }
}