.music-section-get a {
    font-size: 1.542vw;
    color: #fff;
    text-align: center;
    display: block;
    margin-top: 1vw;
    text-decoration: none;
    text-transform: uppercase;
}
.home-nav {
    display:block;
  }
.music-topsection {
    text-align: center;
    width: 26%;
    display: inline-block;
    vertical-align: top;
    padding: 0 0%;
    box-sizing: border-box;
    margin: 5%;
}


.musicPlay a:hover {
    opacity: 1;
}
.albumImg:hover {
    opacity: 0.3;
}

.music-topsection:nth-child(3n - 2) {
    margin-left: 0;
}

.music-topsection:nth-child(3n) {
    margin-right: 0;
} 
body.interior {
	background: url(../images/desktopbg.jpg) no-repeat 0 0 #000;
    background-size: cover;
    background-position: center top;
    background-attachment: fixed;
}
div#music-section {
    min-height: 100vh;
}
.total-wrapper .homeWrapper {
    position: fixed;
    left: 1.5%;
}
.total-wrapper a.music-nav.nav {
    text-decoration: underline;
}
.total-wrapper footer.footer {
    padding-top: 96px;
    padding-bottom: 18px;
}
.content-wrapper {
    /* height: 100vh;
    overflow-y: scroll;
    min-height: 100vh;
    position: absolute;
    top: 43%;
    left: 0;
    transform: translatey(-50%); */
    width: 100%;
    /* max-width: 81%; */
    margin: 0 auto;
    text-align: center;
}
::-webkit-scrollbar {
    /* display: none; */
}
.music-section-wrapper {
    /* position: absolute; 
    min-height: 100vh;
    top: 42%;
    left: 50%;
    transform: translate(-50%,-50%); */
    width: 62%;
    max-width: 100%;
    margin: 0 auto;
    padding-top: 5%;
    text-align: left;
    overflow-x: hidden;
}

.music-section-image-wrapper {
    /* position: absolute; */
    /* top: 50%; */
    /* left: 0; */
    /* transform: translatey(-50%); */
    /* top: 0; */
    width: 100%;
    /* padding-top: 7.5vh;
    padding-bottom: 15vh; */
}

.musicPlay {
    width: 35%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
}

.music-section-image-main {
    position: relative;
}

.music-section-image-main img.albumImg {
    width: 100%;
    border-radius: 1vw;
}

@media only screen and (max-width:1023px) and (min-width:767px) {
    .music-section-image-wrapper {
        padding-top: 9vh;
    }
    
}
@media only screen and (max-width:1024px) and (min-width:768px) {
    .total-wrapper .homeWrapper {
        left: 5.5%;
    }
    /* body.interior {
        background: url(../images/mobilebg.jpg) no-repeat 0 0 #000;
        background-size: 100% auto;
        background-attachment: fixed;
        background-position: center;
    } */
}
@media only screen and (max-width:767px) and (orientation:landscape) {
    /* body.interior {
        background: url(../images/desktopbg.jpg) no-repeat 0 0 #000;
        background-size: cover;
        background-attachment: fixed;
        background-position: center;
    } */
    .homeWrapper {
        width: 95%;
    }
}
@media only screen and (max-width:1023px) and (orientation:landscape) {
    /* .total-wrapper .homeWrapper {
        left: 6%;
        top: -2.5%;
    } */
}

@media only screen and (max-width:767px) {
    .total-wrapper .homeWrapper {
        position: absolute;
        left: 16px;
        top: -83px;
    }
    /* body.interior::after {
        background: url(../images/BG_overlay.png) no-repeat 0 0 #000;
        background-size: 100% auto;
        background-attachment: fixed;
        background-position: center;
    } */
    body.interior.touch-device::after {
        content: "";
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background: url(../images/mobilebg.jpg) no-repeat 0 0 #000;
        background-size: 100% auto;
        z-index: -1;
        background-position: top center;
    }
    .music-section-wrapper {
        width: 84%;
    }
    .music-section-image-wrapper {
        position: static;
        transform: none;
        margin-top: 85px;
        padding-top: 0px;
    }
    .music-section-get a {
        font-size: 20px;
        margin-top: 14px;
    }
    .music-topsection {
        width: 100%;
        display: block;
        text-align: center;
        max-width: 100%;
        margin: 0 auto 36px;
    }
    .music-topsection:nth-child(3n - 2) {
        margin-left: auto;
    }
    .music-topsection:nth-child(3n) {
        margin-right: auto;
    }
    .music-section-image-main img.albumImg {
        border-radius: 20px;
    }
}


/* @media only screen and (min-width:1500px) {
    .music-section-image-wrapper {
        top: 50%;
        transform: translatey(-50%);
        padding-top: 0;
    }
} */