.section {
    min-height: 100vh;
    padding: 10vw 0;
    box-sizing: border-box;
    /* display: flex; */
}

.section > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.music-inner ul {
    display: flex;
    gap: 2vw;
    width: 75vw;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(15%, 1fr));
}

.music-inner ul li {
    flex: 1 1;
}
.albumArt {
    font-size: 0;
}
.content-details {
    margin-bottom: 5vw;
}
.title {
    color: #BDC5D6;
    font-size: 2.6041666666666665vw;
    margin-bottom: 5vw;
    text-transform: uppercase;
}

.musicTitle {
    font-size: 1.0416666666666667vw;
    color: #000;
    text-transform: uppercase;
    text-align: center;
    margin-top: 1vw;
}

.listenNow a {
    color: #000000;
    font-size: 0.5729166666666666vw;
}
.listenNow a:hover{
    text-decoration:underline;
}
.listenNow {
    text-align: center;
    line-height: 1;
}
a{
    transition: all 0.5s;
}
@media only screen and (max-width:1023px), only screen and (max-width:1024px) and (orientation:portrait){
    .title {
        font-size: 13.333333333333334vw;
    }
    .section{
        padding-bottom: 15vw;
        min-height: auto;
    }
    .music-inner ul,div #videos ul{
        grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
    }
    .spotifyEmbed iframe {
        height: auto;
    }
    .content-details {
        margin-bottom: 1vw;
    }
    .owl-nav {
        display: none;
    }
}

@media only screen and (max-width:1023px){
    .musicTitle {
        font-size: 5.333333333333333vw;
        margin-top: 4vw;
        line-height: 1;
    }

    .listenNow a {
        font-size: 3.433333333333333vw;
    }
    .listenNow{
        margin: 5vw auto;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1919px) {
    .musicTitle {
        font-size: 1.441667vw;
    }
    .listenNow a {
        font-size: 1.0vw;
    }
    .section {
        min-height: auto;
    }
}
