.homeWrapper {
    width: 100%;
    margin: 0 auto;
    padding-top: 2vh;
}

.navsection,
.artistLogo {
    display: block;
    padding: 0;
    width: 100%;
    padding: 2vw 0 0;
    margin: 0 auto;
    vertical-align: middle;
    float: none;
    text-align: center;
    position: relative;
}
.navsection ul{
    display: flex;
    padding: 0;
    justify-content: space-between;
    align-items: center;
}
.navsection.mobile, .menu-link{
    display: none;
}
.navsection .nav-logo a{
	z-index: 9;
}
.artistLogo {
    text-align: right;
}

.navsection a {
    color: #fff;
    font-size: 1.042vw;
    line-height: 1;
}
.herovideoBlock {
    overflow: hidden;
    display: block;
    padding-top: 0;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100vh;
    position: fixed;
}
video.video-image {
    width: 100%;
    object-fit: cover;
    min-height: 100vh;
}

li.nav-logo {
    display: block;
}
li.nav-logo img:hover{
    opacity: 0.5;
}
.navsection ul li {
    width: 18.750vw;
}

.navsection ul li:last-child {
    margin-bottom: 0;
}

.artistLogo a {
    font-size: 25px;
    text-transform: uppercase;
    color: #fff;
}
li.mob-logo.mob {
    display: none;
}
.showing{
    display: block !important;
}

@media only screen and (max-width:1023px) and (orientation:landscape){ 
  
    /* body .navsection ul li {
        margin: 25px;
    } */
    body .navsection.mobile ul li a {
        font-size: 28px;
        line-height: 37px;
    }
}
@media only screen and (max-width: 1023px) {
    /* .navsection{
        display: none;
    } */
    .navsection ul {
        display: flex;
        padding: 0;
    }
    li.mob-logo.mob {
        display: block;
    }
    li.nav-logo {
        display: none;
    }
    .mob{
        display: block;
    }
    .homeWrapper {
        padding-top: 5px;
    }
    .navsection a {
        color: #fff;
        font-size: 12px;
        line-height: 1;
    }
    /* .navsection.mobile{
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        text-align: center;
        height: 100vh;
        width: 100vw;
        background: #000;
        background-size: 100% auto;
        background-position: top center;
        z-index: 99999;
    } */
    .navsection.mobile ul{
        position: absolute;
        top: 56%;
        left: 50%;
        transform: translate(-50%,-60%);
    }
    .navsection ul li{
        margin: 0px;
    }
    .navsection.mobile ul li a{
        font-size: 50px;
        line-height: 55px;
    }
    .menu-link{
        display: inline-block;
        width: 30%;
        text-align: left;
    }
    .menu-link a{
        text-decoration: none;
        font-size: 20px;
        color: #FFFFFF;
    }
    .closeBtn{
        position: absolute;
        top: 20px;
        right: 10px;
        background: url("../images/closeBtn.svg") no-repeat;
        width: 30px;
        height: 30px;
        cursor: pointer;
        transition: all 0.3s;
        z-index: 4;
    }
    .closeBtn:hover{
        opacity: 0.6;
    }
    .artistLogo{
        width: 30%;
        float: right;
    }
    .desktop {
        display: none;
    }
    .mobile {
        display: block;
    }
    .homeWrapper {
        width: 100%;
    }
}

@media only screen and (max-width: 480px) {
    .mobile {
        position: fixed;
        bottom: 0;
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .homeWrapper {
        padding-top: 5px;
    }
    .artistLogo a {
        font-size: 20px;
    }
    .navsection a {
        position: static;
        font-size: 12px;
    }
    .navsection {
        text-align: left;
        font-size: 0;
        box-sizing: border-box;
    }
    .navsection ul {
        display: flex;
        padding: 0;
        align-items: center;
        text-align: center;
    }
    .navsection li {}
    .navsection li:first-child {
        /* text-align: left; */
    }
    .navsection a.store-nav {
        transform: none;
        left: unset;
    }
    /* .navsection a.store-nav:hover {
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
        filter: FlipH;
        display: inline-block;
        left: 50%;
    } */
}

@media only screen and (min-height: 320px) and (max-height: 425px) {
    br.mobile {
        display: none;
    }
}
@media only screen and (min-width:768px) and (max-width:1024px) and (orientation:portrait){
    
    .navsection ul li a {
        font-size: 3vw;
    }
    }