/* .contentWrapper {
background: url(../images/superman-header-bg.jpg) ;
background-size: cover;
background-position: center;
} */

.navInteriorWrap>div.nav_link {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5vw;
}

.nav_link a {
    line-height: 1.7vw;
    font-size: 1.6vw;
    letter-spacing: 0px;
    color: #fff;
    text-decoration: unset;
    font-family: railroad-gothic-atf, sans-serif;
    font-weight: 400;
    font-style: normal;
}

.navWrap {
    position: fixed;
    right: 3.1vw;
    top: 1.8vw;
    z-index: 10;
}

.center-cnts {
    position: absolute;
    top: 61%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
}

.lbClose {
    display: none;
}

.artist-name {
    font-size: 2.65vw;
    color: #fff;
    text-transform: uppercase;
    font-family: railroad-gothic-atf, sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 2.43vw;
}

.album-name {
    /*font-size: 17vw;*/
    font-size: 9vw;
    text-transform: uppercase;
    color: #fff;
    font-family: railroad-gothic-atf, sans-serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0px;
    padding-top: 9vw;
    line-height: 9vw;
    /* line-height: 1.2; */
}

.out-now {
    font-size: 2.6vw;
    text-transform: uppercase;
    color: #fff;
    font-family: railroad-gothic-atf, sans-serif;
    font-weight: 400;
    font-style: normal;
    padding-top: 0;
}

.listen-button,
.watch-now-button {
    vertical-align: top;
    display: inline-block;
    /* margin-right: 1vw; */
}
.listen-button {
    vertical-align: top; 
    display: inline-block;
}
.watch-now-button {
    margin-right: 0vw;
}

.listen-button a,
.watch-now-button a {
    display: block;
    width: 7.8vw;
    margin: 0 auto;
    height: 3.12vw;
    line-height: 3.45vw;
    color: #fff;
    text-decoration: unset;
    text-transform: uppercase;
    border: 2px solid #fff;
    font-family: railroad-gothic-atf, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 0.83vw;
}

.button-wrap {
    margin-top: 3.12vw;
    margin-top: 1.6vw;
}

.navInteriorWrap .nav_link.lastitem {
    margin-right: 0px;
}

.videolb.LB {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.5);
}

.videoWrap.LB {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1002;
    width: 100%;
    max-width: 70%;
    margin: 0 auto;
}

.videoWrap.LB .lbClose {
    display: block;
    position: absolute;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
    top: -10px;
    right: -30px;
}

.videoWrap.LB .videoContent {
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
}

.videoWrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.bgVideo {
    max-width: 100%;
    margin: 0px auto;
}

.bgVideo .video-cnt video {
    object-fit: cover;
    height: 100vh;
}

.mob_bg {
    display: none;
}

div#music {
    height: 100vh;
	background: transparent linear-gradient(180deg, #222B99 0%, #E39AC6 100%) 0% 0% no-repeat padding-box;
	opacity: 1;
}
.mobNav {
    display: none;
}

@media(max-width: 1023px) {
    .mobNav {
        display: block;
        position: fixed;
        right: 30px;
        top: 35px;
        z-index: 12;
    }
    .navWrap {
        display: none;
    }
    span#menu-mob {
        font-size: 30px;
        color: #fff;
        text-transform: uppercase;
        font-family: railroad-gothic-atf, sans-serif;
        font-weight: 500;
        text-decoration: unset;
        font-style: normal;
        line-height: 35px;
    }
    .navWrap.navBg {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0px;
        left: 0px;
        background: rgba(0, 0, 0, 0.85);
    }
    .navInteriorWrap {
        margin: 0 auto;
        text-align: center;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
    }
    .navInteriorWrap>div.nav_link {
        display: block;
        margin: 0 auto;
        text-align: center;
    }
    .nav_link a {
        font-size: 30px;
        line-height: 35px;
        margin-bottom: 30px;
        display: block;
    }
    body.menu-open {
        overflow: hidden;
    }
    .artist-name {
        font-size: 16px;
        line-height: 40px;
        font-size: 22px;
    }
    .album-name {
        /* font-size: 65px;*/
        font-size: 32px;
        padding: 20px 0px 20px;
        line-height: 1;
    }
    .out-now {
        font-size: 16px;
        padding-top: 5px;
        font-size: 22px;
        line-height: 40px;
    }
    .button-wrap {
        margin-top: 30px;
    }
    .listen-button {
        /* margin-right: 20px; */
    }
    .listen-button a,
    .watch-now-button a {
        width: 150px;
        height: 60px;
        font-size: 16px;
        line-height: 65px;
    }
}

@media(max-width: 1023px) and (orientation: landscape) {
    .contentWrapper {
        padding: 0px;
        height: 100vh;
        min-height: 100vh;
    }
}

.lbClose:hover {
    opacity: 0.5;
}

.artist-name a.logo-title {
    color: #fff;
    text-decoration: unset;
    transition: unset;
    font-size: 2.65vw;
    font-weight: 400;
    font-style: normal;
    line-height: 2.43vw;

}

.bgVideo .mob_bg {
    display: none;
}

video.desk_bg {
    display: block;
}

@media(max-width: 767px) {
    .bgVideo .mob_bg {
        display: block;
        width: 100%;
    }
    video.desk_bg {
        display: none;
    }
}

@media(max-width: 1023px) and (orientation: landscape) {
    .bgVideo .mob_bg {
        display: block;
        width: 100%;
        object-fit: cover;
        height: 100vh;
    }
}

@media(max-width: 760px) and (min-width: 730px) and (orientation: landscape) {
    .bgVideo .mob_bg {
        display: block;
        width: 100%;
        object-fit: cover;
        height: 100vh;
    }
    .contentWrapper {
        min-height: 150vh;
    }
    .bgVideo .mob_bg {
        height: 150vh;
    }
    .center-cnts {
        top: 35%;
    }
}

@media(max-width: 1023px) and (orientation: portrait) {
    .center-cnts {
        top: 80%;
    }
.artist-name a.logo-title {
font-size: 8vw;
}
}

.button-wrap.presave-button .listen-button {
    margin: 0 auto;
}

.artist-name h1 {
    margin: 0 !important;
}