div#music {
    background: #facc8d;
}

.video-embed {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    margin: 0 auto;
    z-index: 1;
}

.videoimage {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 100;
}

.videoimage img {
    width: 100%;
}

a.play_button {
    display: inline-block;
    position: absolute;
    width: auto;
    height: auto;
    top: 50%;
    left: 50%;
    line-height: 0;
    z-index: 999;
    text-align: center;
    transform: translate(-50%, -50%);
}

.video-embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100% !important;
}

ul.musicVidInner {
    margin: 0;
    padding: 0;
}

.musciVideoWrap li {
    display: block;
}

ul.musicVidInner {
    max-width: 40vw;
    margin: 0 auto;
}

.albumImage img {
    width: auto;
}

.musicHeader {
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: absolute;
    left: 0;
    top: 49%;
    font-size: 1.3vw;
    text-transform: uppercase;
    letter-spacing: 0px;
    line-height: 1;
    font-family: railroad-gothic-atf, sans-serif;
    font-weight: 600;
    font-style: normal;
    padding: 0px;
    color: #fff;
}

.albumImage {
    font-size: 0;
}

.albumTitle {
    padding: 1.8vw 0;
    text-align: left;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.14vw;
    font-family: railroad-gothic-atf, sans-serif;
    font-weight: 400;
    font-style: normal;
}

.albumButton a {
    font-size: 0.83vw;
    color: #fff;
    -webkit-text-fill-color: #fff;
    border-radius: 0px;
    outline: none;
    box-shadow: none;
    text-align: center;
    background: transparent;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    max-width: unset;
    height: 3.12vw;
    line-height: 3.2vw;
    margin: 0 auto;
    width: 7.81vw;
    border: 1px solid #fff;
    margin-left: 0px;
    font-family: railroad-gothic-atf, sans-serif;
    font-weight: 500;
    font-style: normal;
}

.musicLeft {
    display: inline-block;
    vertical-align: top;
    width: 30%;
    margin-right: 3%;
}

.videoLeft {
    display: inline-block;
    vertical-align: top;
    width: 66%;
    font-size: 0;
}

ul.musicVidInner {
    max-width: 70%;
    margin: 0 auto;
}

@media only screen and (min-width: 1025px) {
    div#music {
        height: 100vh;
        background: #facc8d;
    }
    div#music {
        position: relative;
    }
    .musciVideoWrap {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
    }
    ul.musicVidInner {
        max-width: 100%;
        margin: 0 auto;
    }
    .albumImage img {
        width: 100%;
    }
    .musicLeft {
        display: block;
        vertical-align: top;
        width: 100%;
        margin-right: 0px;
    }
    .videoLeft {
        display: inline-block;
        vertical-align: top;
        width: 66%;
        font-size: 0;
    }
    a.play_button {
        display: inline-block;
        position: absolute;
        width: 3vw;
        height: 6.2vh;
        top: 50%;
        left: 50%;
        z-index: 999;
        text-align: center;
        transform: translate(-50%, -50%);
        line-height: 6.2vh;
    }
}

@media only screen and (max-width: 1024px) {
    .musciVideoWrap {
        padding: 90px 0;
    }
    .albumTitle {
        padding: 15px 0;
        font-size: 22px;
    }
    .albumButton a {
        font-size: 12px;
        border-radius: 18px;
        max-width: 120px;
        height: 35px;
        line-height: 38px;
        margin: 0 auto;
    }
    .musicHeader {
        padding-bottom: 60px;
        font-size: 30px;
    }
}

@media only screen and (max-width: 767px) {
    ul.musicVidInner {
        max-width: 310px;
        margin: 0 auto;
    }
    .musicLeft {
        display: block;
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }
    .videoLeft {
        display: block;
        width: 100%;
        font-size: 0;
    }
    .musciVideoWrap {
        padding: 120px 0;
    }
    .albumDetails {
        display: inline-block;
        vertical-align: middle;
        width: 50%;
        font-size: 0;
    }
    .albumImage {
        display: inline-block;
        vertical-align: middle;
        width: 42%;
        margin-right: 5%;
    }
    .albumTitle {
        padding: 0 0 10px;
        font-size: 26px;
    }
    .albumButton a {
        max-width: 140px;
    }
}

.owl-item li,
.owl-item li.one {
    margin: 0 auto;
    width: 31.2vw;
}

div#music:before {
    content: '';
    border-right: 0.5px solid #fff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    min-height: 100vh;
}

@media(max-width: 1023px) {
    ul.musicVidInner {
        display: block;
        max-width: 500px;
        width: 77%;
        margin: 0 auto;
    }
    .total-wrapper div#music {
        height: unset;
		position: relative;
    }
    .musicHeader {
        padding: 0px;
        font-size: 26px;
        left: -30px;
        top: 90px;
       /* transform: none;
        position: static;
        text-align: center;*/
        padding-top: 40px;
    }
    .musciVideoWrap {
        padding: 45px 0 90px;
    }
    .musciVideoWrap li.one,
    .musciVideoWrap li.two {
        margin: 0px;
        position: relative;
    }
    .total-wrapper div#music {
        overflow-x: hidden;
    }
    .musciVideoWrap li.one .albumButton:after {
        content: '';
        border-bottom: 0.5px solid #fff;
        position: absolute;
        width: 200vw;
        left: -50vw;
        bottom: -80px;
    }
    .musicLeft {
        margin-bottom: 160px;
    }
    .albumImage {
        display: block;
        width: 100%;
        margin: 0px;
    }
    .albumDetails {
        width: 100%;
        display: block;
        margin-top: 20px;
    }
    .albumTitle {
        font-size: 22px;
        text-align: center;
        padding-bottom: 30px;
    }
    .albumButton a {
        width: 145px;
        height: 60px;
        line-height: 65px;
        font-size: 16px;
        border-radius: 0px;
    }
    .musicLeft {
        margin-bottom: 160px;
        width: 100%;
        margin-right: 0px;
    }
    div#music:before {
        content: unset;
    }
    .musciVideoWrap li:last-child .musicLeft {
        margin-bottom: 0px;
    }
}

@media(max-width: 1023px) and (orientation: landscape) {
    ul.musicVidInner {
        max-width: 400px;
        margin: 0 auto;
        width: 100%;
    }
}

@media (max-width: 1024px) and (min-width: 1023px) {
    .musciVideoWrap {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        padding: 0px;
    }
    ul.musicVidInner {
        max-width: 100%;
        margin: 0 auto;
    }
    .musicLeft {
        width: 100%;
        margin-right: 0px;
    }
    .albumTitle {
        padding: 1.8vw 0;
        font-size: 1.14vw;
    }
    .albumButton a {
        font-size: 0.83vw;
        border-radius: 0px;
        max-width: unset;
        width: 7.81vw;
        height: 3.12vw;
        line-height: 3.2vw;
        margin-left: 0px;
    }
    .musicHeader {
        font-size: 1.3vw;
        padding: 0px;
    }
}


/* music arrow css */

@media(min-width: 1024px) {
    .musciVideoWrap .owl-carousel .owl-nav button.owl-next {
        background: url(../images/rightarrow.svg) no-repeat;
        width: 3.1vw;
        height: 3.1vw;
        background-size: cover;
        position: absolute;
        top: 50%;
        right: 2%;
        transform: translate(-50%, -50%);
    }
    .musciVideoWrap .owl-carousel .owl-nav button.owl-prev {
        background: url(../images/leftarrow.svg) no-repeat;
        width: 3.1vw;
        height: 3.1vw;
        background-size: cover;
        position: absolute;
        top: 50%;
        left: 5%;
        transform: translate(-50%, -50%);
    }
    .musciVideoWrap .owl-carousel .owl-nav button.owl-prev span {
        display: none;
    }
    .musciVideoWrap .owl-carousel .owl-nav button.owl-next span {
        display: none;
    }
    ul.musicVidInner.owl-carousel {
        position: relative;
        /* width: 90%;
        overflow: hidden; */
    }
    .musciVideoWrap .owl-carousel .owl-nav button:hover {
        opacity: 0.5;
    }
}

@media(max-width: 1023px) and (min-width: 768px) {
    .musciVideoWrap li.one .albumButton:after {
        content: '';
        border-bottom: 0.5px solid #fff;
        position: absolute;
        width: 200vw;
        left: -50vw;
        bottom: -80px;
    }
}

@media(max-width: 1023px) and (orientation: landscape) {
    .musciVideoWrap li.one .albumButton:after {
        content: '';
        border-bottom: 0.5px solid #fff;
        position: absolute;
        width: 200vw;
        left: -50vw;
        bottom: 80px;
    }
}

@media(max-width: 1023px) and (min-width: 768px) and (orientation: portrait) {
    .musciVideoWrap li.one .albumButton:after {
        content: '';
        border-bottom: 0.5px solid #fff;
        position: absolute;
        width: 200vw;
        left: -50vw;
        bottom: 80px;
    }
}

@media(max-width: 760px) and (min-width: 730px) and (orientation: landscape) {
    .musciVideoWrap li.one .albumButton:after {
        bottom: -80px;
    }
}