.preSection {
    position: absolute;
    right: 0;
    z-index: 99;
    top: 2px;
}

.ytEmbedAndClose {
    max-width: 600px;
    width: 90%;
    margin: 0 auto;
    position: relative;
    display: flex;
    flex-direction: column-reverse;
    text-align: right;
}

body .mfp-close-btn-in .mfp-close {
    color: #fff !important;
    top: -12%;
    right: -2%;
}

.headerImg {
    width: 50% !important;
}

.headerWrapper .mlist-header {
    position: relative;
}

.stickyCloseWrap a {
    position: absolute;
    top: 2px;
    left: 0;
    z-index: 99;
}

.headerWrapper div#thankyouBlock.final-screen .thankyou-message.embed {
    padding-top: 0;
    min-height: 30px;
}

.headerLogo {
    margin-top: 150px;
}

.headerWrapper form#signupForm4 {
    width: 90%;
}

.headerWrapper fieldset {
    display: block;
    max-width: 526px;
    margin: 0 auto;
}

.headerWrapper .termsWrapper.first {
    display: block;
    max-width: 526px;
    text-align: right;
    margin: 0 auto;
}

.stickyCloseWrap.deskOnly {
    position: absolute;
    top: -3px;
    right: calc(100vw - 10%);
    font-size: 20px;
}

.headerImg {
    display: inline-block;
}

.mobheaderImg {
    display: none;
}

.logo_date {
    display: inline-block;
    /*vertical-align: middle;*/
    font-size: 35px;
    min-height: 62px;
    font-family: 'Rubik', sans-serif;
    font-weight: bold;
    letter-spacing: 0.8px;
    padding-left: 20px;
}

.headerImgDate {
    text-align: center;
}

.moreSection {
    top: 0px;
    right: 0px;
    text-align: center;
}

.moreText {
    font-size: 40px;
    letter-spacing: 0;
    padding-bottom: 10px;
}

.moreText span {
    font-size: 34px;
}

.listenBtn a {
    width: 230px;
}

.youtubeLightBox {
    padding-bottom: 56.25%;
    height: 0;
    position: relative;
    display: block;
}

.youtubeLightBox iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.mfp-wrap {
    height: 100vh !important;
    position: fixed !important;
    top: 0 !important;
    padding: 50px 0;
    overflow-y: scroll !important;
}

@media screen and (min-width:768px) and (max-width:1023px) {
    .headerWrapper form#signupForm4 {
        width: 100%;
    }
    .preSection {
        position: initial;
        margin-top: 0;
        margin-bottom: 5px;
        padding-top: 2px;
    }
    .headerWrapper .mlist-wrapper {
        padding-top: 0;
    }
    .stickyCloseWrap.deskOnly {
        right: calc(100vw - 0%);
    }
    .stickyCloseWrap a {
        position: absolute;
        top: 2px;
        left: 15px;
        z-index: 99;
    }
    .logo_date {
        min-height: 44px;
        padding-left: 14px;
    }
    .moreSection {
        margin-top: 0;
        margin-bottom: 20px;
    }
}

@media screen and (min-width:1024px) and (max-width:1024px) {
    .preSection {
        position: initial;
        padding-top: 2px;
    }
    .stickyCloseWrap.deskOnly {
        right: calc(100vw - 9%);
    }
}

@media only screen and (max-width: 767px) {
    .deskheaderImg {
        display: none;
    }
    .mobheaderImg {
        display: block;
    }
    .preSection {
        position: initial;
        margin-top: 0;
    }
    .stickyCloseWrap.deskOnly {
        position: initial;
    }
    .stickyCloseWrap a {
        position: absolute;
        top: 4px;
        left: 11px;
        z-index: 99;
    }
    .headerWrapper form#signupForm4 {
        width: 97%;
    }
    .headerLogo {
        margin-top: 5px;
    }
    .logo_date {
        display: block;
        font-size: 16px;
        min-height: 25px;
        text-align: center;
        padding-top: 20px;
        padding-left: 0;
    }
    headerImg {
        width: 60%;
        padding: 0;
        margin: 0;
    }
    .moreSection {
        margin-top: 0;
        margin-top: 15px;
        margin-bottom: 24px;
    }
    .headerImg {
        width: 82% !important;
        margin-bottom: 0;
    }
}

@media screen and (max-width:768px) and (orientation:landscape) {
    .logo_date {
        padding-left: 0;
    }
}

@media only screen and (max-width: 1250px) {
    .logo_date {
        font-size: 22px;
    }
}

.videoWrapper {
    cursor: pointer;
    position: relative;
    margin: 18px;
    margin-top: 0;
    vertical-align: top;
    height: 0;
    padding-bottom: 51.5%;
}

.videoWrapper img {
    position: absolute;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

div#videoContent .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    /* background: url("https://www.electricguestmusic.com/assets/Gradient%20Fade@2x.png"); */
    width: 15%;
    background-size: 100% auto;
    height: 100%;
    top: 0;
    z-index: 4;
    display: block;
    left: 0;
    margin: 0;
}

div#videoContent .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    /* background: url("https://www.electricguestmusic.com/assets/Gradient%20Fade@2x.png"); */
    width: 15%;
    background-size: 100% auto;
    height: 100%;
    top: 0;
    z-index: 4;
    transform: rotate(180deg);
    right: 0;
    margin: 0;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    /* background: url("https://www.electricguestmusic.com/assets/Gradient%20Fade@2x.png"); */
}

.owl-theme .owl-nav [class*=owl-]:focus {
    outline: none;
}

div#videoContent .owl-theme .owl-nav {
    display: block;
    margin-top: 0;
}

.owl-nav button span {
    font-size: 0;
}


/* section {
    width: 62%;
}
.owl-carousel .owl-stage-outer {
    overflow: visible;
} */

@media only screen and (max-width: 1024px) and (min-width: 740px) and (orientation: portrait) {
    .headerLogo {
        margin-top: 160px;
    }
}

@media only screen and (max-width: 1023px) and (orientation: landscape) {
    #thankyouBlock #thankyoublock-innerwrapper {
        max-width: 100%;
        margin: 0 auto;
        overflow-y: scroll;
        z-index: 999999;
        padding: 10px;
        box-sizing: border-box;
        width: 100%;
        height: 100vh;
    }
    .headerWrapper #thankyouBlock #thankyoublock-innerwrapper {
        max-width: 100%;
        margin: 0 auto;
        overflow-y: scroll;
        z-index: 999999;
        padding: 10px;
        box-sizing: border-box;
        width: 100%;
        height: 100vh;
    }
}