.music-section-get a {
    font-size: 10px;
    color: #30ff00;
    text-align: center;
    display: inline-block;
    margin-top:16px;
}
.music-topsection {
    text-align: center;
    width:30%;
    display: inline-block;
    vertical-align: top;
    padding:0 3%;
    box-sizing:border-box;
    margin:10px 0; 
}
div#music-section {
    min-height: 100vh;
}
.music-section-wrapper {
    /* position: absolute; */
    /* min-height: 100vh; */
    /* top: 50%; */
    /* left: 50%; */
    /* transform: translate(-50%,-50%); */
    width: 90%;
    max-width: 930px;
    margin: 0 auto;
    padding-top: 120px;
}
.music-section-image-wrapper {
    position: absolute;
    /* top: 50%; */
    left: 0;
    /* transform: translatey(-50%); */
    top: 0;
    width: 100%;
    padding-top: 40px;
}
@media only screen and (max-width:767px){
    .music-section-image-wrapper {
        position: static;
        transform: none;
        margin-top: 40px;
        padding-top: 0px;
    }
    .music-section-get a {
        font-size: 8px;
        margin-top: 9px;
    }
    .music-topsection {
        width: 100%;
        display: block;
        text-align: center;
        max-width: 80%;
        margin: 0 auto 20px;
    }
}
@media only screen and (min-width:1500px){
    .music-section-image-wrapper {
    /* top: 50%; */
    /* transform: translatey(-25%); */
    padding-top: 40px;
    }
}