.musicOverallWrapper {
    background: #000;
    position: relative;
}

.musicOverallWrapper{
    font-size: 0;
}
.musicbg,.Mid-wrap{
    display:block;
    vertical-align:middle;
    width:100%;
    padding: 40px 0;
}
.musicbg {
    position: relative;
}
.musicbg img {
    width: 100%;
}
.musicWrapper {
    width: 80%;
    margin: 0 auto;
}

.musicWrapper ul li {
    padding: 2vw 0;
}
.getit a:hover,  a:hover{
    opacity: .5;
    transition: 0.75s ease-in-out;
    -webkit-transition: 0.75s ease-in-out;
    -moz-transition: 0.75s ease-in-out;
    
}
.getit {
    margin-top: 3vw;
}
.getit a {
    border: 2px solid;
    padding: 1vw 2vw;
    color: #FFDB85;
    text-decoration: none;
}
.total-wrapper{
    max-width: 80%;
    margin: 0 auto;
}

.albumContent .getItNow a {
    color: #fff;
    text-decoration: none;
    padding: 14px 49px;
    background-color: #000;
    text-transform: uppercase;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 1px;
    display: inline-block;
    transition: all 0.5s ease-in-out;
    border: 1px solid #FFDB85;
    margin-top:30px;
}

 .albumContent .getItNow a:hover {
    background-color: #fff;
    border: 1px solid #fff;
    color: #000;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation:landscape) {
    .total-wrapper{
        max-width: 80%; 
    }
}

@media only screen and (max-width: 1023px) {
    .total-wrapper{
        max-width: 80%; 
    }
    .musicbg, .Mid-wrap {
        display: block;
        vertical-align: middle;
        width: 100%;
    }
    .Mid-wrap{
        padding: 20px 0 40px;
    }
}
@media only screen and (max-width: 1023px) {
    .total-wrapper{
        max-width: 80%; 
    }
    .owl-nav button {
        top: calc(50% - 52px);
    }
    body .Mid-wrap .owl-carousel .owl-nav button.owl-prev{
        left: -50px;
    }
    body .Mid-wrap .owl-carousel .owl-nav button.owl-next{
        right: -50px;
    }
    .albumContent .getItNow a{
        letter-spacing: 0;
        padding: 14px 43px;
        margin-top: 30px;
    }
}    

@media only screen and (max-width: 767px) {
    .total-wrapper{
        max-width: 200px; 
    }
    .albumContent .getItNow a{
        padding: 14px 45px;
    }
}    

@media only screen and (max-width: 767px) and (orientation:landscape){
    .getit{
        max-width: 400px;
        margin: 0 auto;
        }
}
.musicPage .content {
    padding: 200px 0 50px 0;
}
.musicPage .heading{
    display: none;
}

.artworkImg:hover img {
    transform: scale(1.3);
    transform-origin: 50% 50%;
}

img{
    transition:all 0.4s ease-in-out; 
}

.artworkImg{
    overflow:hidden;
}