.musicWrapper {
    width: 60%;
    margin: 0 auto;
}

ul.musicsection.owl-carousel.owl-loaded {
    padding: 0;
}


/* 
li::marker {
    content: none;
} */



.music-title {
    font-size: 1.042vw;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-style: normal;
    text-align: center;
    color: #FDFDFD;
    margin-top: 0.3vw;
}

.music-img img {
    border: 1px solid #FDFDFD;
}




.music-link {
    text-align: center;
    margin-top: 0.5vw;
}

.music-link a {
    font-size: 0.729vw;
    color: #FDFDFD;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: 1.7vw;
}
.music-link a:hover{
    opacity:0.7;
}

.musicTitle {
    text-align: center;
    font-size: 3.125vw;
    color: #FDFDFD;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-style: normal;
}

.musicWrapper {
    margin: 4vw auto 4vw;
}

.musicTitle {
    margin-bottom: 5vw;
    text-transform: uppercase;
}

.music-title {
    margin-top: 1.3vw;
    text-transform: uppercase;
}

.music-link a {
    text-transform: uppercase;
}

.music-link a:hover {
    text-decoration: none;
}

br.mob-br {
    display: none;
}

@media only screen and (max-width:1023px),
only screen and (max-width:1024px) and (orientation:portrait) {
    .musicTitle {
        font-size: 10.667vw;
    }

    br.mob-br {
        display: block;
    }

    br.desk {
        display: none;
    }

    .musicWrapper {
        width: 100%;
    }

    ul.musicsection.off {
        padding: 0;
    }

    .music-title {
        font-size: 5.333vw;
    }

    .music-link a {
        font-size: 4vw;
        line-height: 4.7vw;
    }

    .musicWrapper {
        margin-top: 20vw;
    }

    .musicTitle {
        margin-bottom: 7vw;
    }



    .music-title {
        margin: 3vw 0vw;
    }





    li.music-content {
        margin-top: 12vw;
    }
}