.music-hero {
    background-image: url(../img/fondo_mus.jpg);
    background-repeat: repeat;
    background-size: cover;
    height: 36vw;
    position: relative;
    top: 0;
    left: 0;
    z-index: 0;
    min-width: 40px;
    min-height: 40px;
    overflow: hidden;
    /* margin: 0px 10%; */
}

@media (min-width:768px) {
    .music-hero {
        height: 24vw;
    }
}

.music-sect {
    background-color: rgba(4, 1, 10, 0.8);
    background-size: cover;
    text-align: center;
    /* margin: 0px 10%; */
    padding-bottom: 40px;
}

.music-title {
    color: white;
    margin-top: 0;
    padding-top: 30px;
    margin-bottom: 30px;
}

.music-title h2 {
    font-size: calc(12px + 6vw);
    margin-top: 0;
    margin-bottom: 0;
}

@media (min-width:768px) {
    .music-title h2 {
        font-size: 60px;
    }
}

@media (min-width:1227px) {}

.music-text {
    font-family: 'Jura', sans-serif;
    color: white;
    font-size: 16;
    margin: 0 5%;
    text-align: justify;
}

@media (min-width:768px) {
    .music-text {
        margin: 0px 5% 20px 5%;
    }
}

@media (min-width:1227px) {
    .music-text {
        margin: 0px 15% 40px 15%;
    }
}

.music-text p {
    font-family: 'Jura', sans-serif;
    color: white;
    font-size: calc(5px + 3vw);
}

@media (min-width:768px) {
    .music-text p {
        font-size: 24px;
    }
}

@media (min-width:1227px) {}

.logo-img {
    cursor: pointer;
}

.spotify-music {
    position: relative;
    height: auto;
    overflow: hidden;
    margin-bottom: 0px;
    margin-top: 0px;
    grid-row: 2/3;
}

.spotify-music iframe,
.spotify-music object,
.spotify-music embed {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    align-items: center;
    width: 90vw;
    max-width: 500px;
    /* min-height: 126vh; */
    max-height: 360px;
}

.bandcamp {
    position: relative;
    height: auto;
    width: 90%;
    overflow: hidden;
    margin-bottom: 0px;
    margin-top: 0px;
    grid-row: 2/3;
    align-items: center;
}

.bandcamp iframe,
.bandcamp object,
.bandcamp embed {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    align-items: center;
    width: 50vw;
    /* min-height: 126vh; */
    max-height: 360px;
}

.music-text h3 {
    text-align: center;
    font-size: calc(20px + 1vw);
}