.musicRow {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin-top: 77px;
}

.leftWrapper {
    text-align: center;
}

.music-title {
    font-size: 28px;
    padding: 9px 0.5px;
    line-height: 1;
    color: #FFFFFF;
}
.leftWrapper {
    text-align: center;
}
.music-getlink a {

    color: #fff;
    text-align: center;
    display: inline-block;
    border: 1px solid #fff;
    text-decoration: none;
    text-transform: capitalize;
    width: 45%;
    height: 36px;
    line-height: 35px;
    font-size: 1.025vw;
    margin-top: 30px;
}

.music-getlink a:hover {
    background: transparent;
    transition: 0.5s all;
    opacity: 1;
    background-color: #FFFFFF;
    color: #000000;
}

@media only screen and (max-width:767px){
	.logo a {
        font-size: 40px;
        color: #ffffff;
        line-height: 37px;
        letter-spacing: 0.45px;
        text-transform: uppercase;
        font-family: 'bebas-neue';
        padding: 42px 137px 0px 53px;
    }


    .music-getlink a {
        color: #fff;
        text-align: center;
        display: inline-block;
        border: 1px solid #fff;
        text-decoration: none;
        text-transform: capitalize;
        width: 85%;
        line-height: 44px;
        font-size: 14px;
        height: 47px;
}

.musicRow {
    display: block;
    vertical-align: top; 
    width: 100%;
}


}

@media only screen and (max-width:1023px){

    .logo a {
        font-size: 40px;
        color: #ffffff;
        line-height: 37px;
        letter-spacing: 0.45px;
        text-transform: uppercase;
        font-family: 'bebas-neue';
        padding: 20px 137px 0px 53px;
    }


    .music-getlink a {
        color: #fff;
        text-align: center;
        display: inline-block;
        border: 1px solid #fff;
        text-decoration: none;
        text-transform: capitalize;
        width: 85%;
        line-height: 44px;
        font-size: 14px;
        height: 47px;
	}
}

@media only screen and (max-width: 767px) and (orientation: landscape){

    .musicRow {
        display: inline-block;
        vertical-align: top;
        margin-right: 0px;
        width: 35%;
        margin-left: 5px;
    }
}

@media only screen and (max-width: 1023px) and (orientation: landscape){

}

@media only screen and (min-width:768px) and (max-width:1023px){

    .musicRow {
        display: inline-block;
        vertical-align: top;
        /* margin-right: 18px; */
        width: 100%;
        /* margin-left: 35px; */
        /* transform: translate(55px, 25px); */
        margin-top: 53px;
    }

    .music-getlink a {
        color: #fff;
        text-align: center;
        display: inline-block;
        border: 1px solid #fff;
        text-decoration: none;
        text-transform: capitalize;
        width: 85%;
        line-height: 44px;
        font-size: 14px;
        height: 50px;
    }

    div#videoSection > div:first-child {
        margin: 15px auto;
    }


}

@media only screen and (min-width:767px) and (max-width:1024px) and (orientation:landscape){

    .music-getlink a {
        color: #fff;
        text-align: center;
        display: inline-block;
        border: 1px solid #fff;
        text-decoration: none;
        text-transform: capitalize;
        width: 125px;
        height: 50px;
        line-height: 46px;
        font-size: 14px;
        margin-top: 15px;
    }

    .plain-ml-wrapper form#mlistFormOne .email.fieldWrap {
        width: 71%;
        /* height: 51px; */
    }

    .plain-ml-wrapper #mlform input#email {
        font-style: normal;
        border: 0;
        padding-left: 20px;
        font-size: 14px;
        letter-spacing: 0;
        height: 50px;
    }


}
.owl-carousel .owl-stage-outer{
width: 100%;
}
div#music-content {
    width: 80%;
    margin: 0 auto;
}
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: none;
    
}
@media(max-width: 1023px){
.music-title{
    font-size: 18px;
    text-align: left;
}
.music-getlink a{
margin-top: 15px;
}
}
.music-getlink {
    text-align: left;
}
.music-title{
    text-align: left;
}


#music-content button.owl-prev {
    position: absolute;
    top: 41%;
    left: -5%;
    background: url(../images/leftarr1-white.svg) no-repeat center !important;
    width: 2vw;
    height: 4vw;
}
#music-content button.owl-next {
    position: absolute;
    top: 41%;
    right: -5%;
    background: url(../images/rightarr1-white.svg) no-repeat center !important;
    width: 2vw;
    height: 4vw;
}
@media(max-width: 1023px){
#music-content button.owl-prev {
    position: absolute;
    top: 42%;
    left: -8%;
    background: url(../images/leftarr1-white.svg) no-repeat center !important;
    width: 14px;
    height: 19px;
}
#music-content button.owl-next {
    position: absolute;
    top: 42%;
    right: -8%;
    background: url(../images/rightarr1-white.svg) no-repeat center !important;
    width: 14px;
    height: 19px;
}
}


#music-content button.owl-next:hover {
    opacity: 0.5;
}
#music-content button.owl-prev:hover {
    opacity: 0.5;
}
#videoSectionstart button.owl-next:hover {
    opacity: 0.5;
}
#videoSectionstart button.owl-prev:hover {
    opacity: 0.5;
}