.sectionName {
    font-size: 5.208333333333333vw;
    color: #2C2C2C;
    opacity: 1;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    /*top: 48px;*/
    font-family: ingra-condensed-2, sans-serif;
    font-weight: 600;
    font-style: normal;
}

div#music {
    padding-top: 4.208333vw;
}

.videoTitle.title.sectionName {
    top: 40px;
    /*top: 100px;*/
    z-index: -1;
}

.musicTitle {
    font-size: 0.78125vw;
    color: #ffffff;
    text-align: center;
    margin-top: 12px;
    font-family: ingra-condensed-2, sans-serif;
    font-weight: 600;
    font-style: normal;
}

.subTitle {
    font-size: 18px;
    color: #ffffff;
    text-align: center;
}

.musicArt {
    /* padding: 0 5px; */
}

.musicGetItNow a {
    background-color: #DC2527;
    font-size: 1.10vw;
    color: #ffffff;
    /* padding: 10px 10px; */
    display: block;
    width: 12.151vw;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: ingra-2, sans-serif;
    font-weight: 300;
    font-style: normal;
    margin-top: 0.5625vw;
    text-decoration: underline;
    height: 3.72vw;
    line-height: 4vw;
    font-family: ingra-2, sans-serif;
    font-weight: 300;
    font-style: normal;
    text-decoration: none;
    margin-top: 0;
}

.album_header .musicGetItNow a {
    text-decoration: underline;
}

.musicGetItNow a:hover {
    /* background-color:#9F9F9F; */
    color: #ffffff;
    transition: all 0.5s;
    opacity: .5;
}

.musicGetItNow {
    text-align: center;
    margin-top: 0.78125vw;
    margin: 0 auto;
}

ul.musicItem.owl-carousel {
    width: 53.385417vw;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
    padding: 0 40px;
}

.message-description {
    color: #2C2C2C;
}

div#music .musicGetItNow a.getitnowbutton {
    margin: 0 auto;
    text-align: center;
    margin-top: 0.78125vw;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
}

.owl-carousel .owl-nav button.owl-next {
    right: -13px;
    z-index: 10000;
    font-size: 60px;
    color: #ffff;
    font-family: unset;
}

.owl-carousel .owl-nav button.owl-prev {
    left: 0;
    z-index: 1000;
    font-size: 60px;
    color: #ffff;
    font-family: unset;
}

button.owl-prev {
    font-size: 60px;
    color: #ffff;
}

ul.musicItem.owl-carousel.owl-loaded.owl-drag .owl-nav button.owl-prev {
    background: url(../images/white-left-svg.svg);
    background-size: contain;
     height: 3.3vw;
    width: 2.3vw;
    background-size: auto;
    background-repeat: no-repeat;
}

ul.musicItem.owl-carousel.owl-loaded.owl-drag .owl-nav button.owl-next {
    background: url(../images/white-right-svg.svg);
    background-size: 100%;
    height: 3.3vw;
    width: 2.3vw;
    background-size: auto;
    background-repeat: no-repeat;
}

@media only screen and (max-width:767px) {
    .sectionName {
        font-size: 50px;
        /*top:36px;*/
        padding-bottom: 11px;
    }
    .owl-carousel.owl-drag .owl-item,
    .owl-carousel .owl-stage-outer,
    #music .owl-carousel .owl-stage-outer {
        overflow: visible;
    }
    ul.musicItem.owl-carousel {
        width: 90%;
        padding: 0;
        margin: 0;
        overflow: visible;
    }
    /* a.getitnowbutton {
		width: 100%;
	} */
    div#music {
        overflow: hidden;
    }
    ul.musicItem.owl-carousel.owl-drag .owl-item.active {
        margin-left: 20px;
    }
    ul.musicItem.owl-carousel.owl-loaded.owl-drag .owl-nav button.owl-prev {
        display: none;
    }
    ul.musicItem.owl-carousel.owl-loaded.owl-drag .owl-nav button.owl-next {
        display: none;
    }
    .musicTitle {
        font-size: 15px;
    }
    div#music .musicGetItNow a.getitnowbutton {
        width: 125px;
        height: 50px;
        line-height: 50px;
        font-size: 15px;
        margin-top: 20px;
    }
}

@media only screen and (max-width:1023px) {
    .musicTitle {
        font-size: 13px;
    }
    ul.musicItem.owl-carousel {
        width: 80%;
    }
    .musicGetItNow {
        max-width: 125px;
        margin: 0 auto;
    }
    div#music .musicGetItNow a.getitnowbutton {
        width: 100%;
        height: 50px;
        line-height: 50px;
        font-size: 15px;
    }
    .owl-carousel .owl-stage {
        padding-left: 10px !important;
    }
}