.video-section-wrapper {
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.video-wrapper {
    padding-top: 100vh;
    height: 0;
    position: relative;
    display: block;
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-wrapper video {
    display: block;
    width: 100%;
    height: auto;
    min-height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    z-index: 1;
    object-fit: cover;
}

.overlay_opacity {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100vh;
    z-index: 2;
}

.hashtagText {
    font-size: 12.12px;
    letter-spacing: 4px;
    color: #000;
    padding-top: 26px;
}

.headerImageWrapper {
    display: none;
}

.touch-device .headerImageWrapper {
    display: block;
    position: absolute;
    top: 0;
    left: 6px;
    width: calc(100% - 12px);
    height: 100%;
}

.touch-device.ipad-device .headerImageWrapper {
    padding: 0;
    box-sizing: border-box;
    left: 6px;
    width: calc(100% - 12px);
}

.ipad-device .video-section-wrapper {
    height: auto;
}

.ipad-device .video-wrapper {
    padding-top: 56.25%;
}

.videoDetails {
    position: absolute;
    width: calc(100% - 12px);
    bottom: -1px;
    left: 6px;
    z-index: 20;
    background-image: -moz-linear-gradient( -90deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
    background-image: -webkit-linear-gradient( -90deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
    background-image: -ms-linear-gradient( -90deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
    box-sizing: border-box;
    /* margin: 0 7px; */
}

.videoEmbedDetailsWrap {
    position: relative;
}


/*.touch-device .video-section-wrapper {

 position: relative;
 }*/

.touch-device .videoEmbedDetailsWrap {
    position: relative;
}

.headerVideoTitle {
    display: inline-block;
    line-height: 42px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 2.2vw;
    font-weight: 100;
}

.headerVideoDescription {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.89vw;
    font-weight: 100;
    line-height: 54px;
}

.presaveLink {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.89vw;
    padding: 1vw;
    border-bottom: 2px solid #fff;
    padding: 0 0px 7px 0;
    margin-right: 20px;
    font-weight: 100;
    letter-spacing: 0.3vw;
}

.presaveLink:hover {
    opacity: 0.6;
}

.videoInnderDetails {
    position: relative;
    bottom: 2.2vw;
}

.watchVideo {
    font-size: 12px;
    letter-spacing: 4px;
    padding: 15px 0;
}

a.watchVideoLink {
    border-bottom: 1px solid transparent;
    padding-bottom: 6px;
    -webkit-border-image: -webkit-linear-gradient(left, #272185, #984B43);
    -moz-border-image: -webkit-linear-gradient(left, #272185 50%, #984B43 50%);
    border-image: -webkit-linear-gradient(left, #52228A, #272185);
    border-image-slice: 1;
    border-width: 0px 0px 1px 0px;
}

a.watchVideoLink:hover {
    color: #272185;
}

.touch-device .headerImageWrapper img {
    display: none;
}


/*.touch-device .headerImageWrapper {
	/* background: url(//d2cstorage-a.akamaihd.net/atl/motionlessinwhite/ANOTHERLIFEMPC.gif) no-repeat center top; 
	background: url(//d2cstorage-a.akamaihd.net/atl/motionlessinwhite/prayersAndThoughts.gif) no-repeat center top;
	background-size: cover;
}*/

#ytEmbedAndClose {
    max-width: 945px;
    width: 85%;
    margin: 0 auto;
    padding: 40px 0 0;
    position: relative;
}

.youtubeLightBox {
    padding-bottom: 56.25%;
    height: 0;
    position: relative;
}

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

.ytOuterWrapper {
    /* position: relative; */
}

@media only screen and (max-width: 767px) {
    .video-section-wrapper {
        height: auto !important;
    }
    .presaveLink:nth-child(3) {
        margin-right: 0;
    }
    .video-wrapper {
        padding-top: 0 !important;
        height: 88vh;
    }
    .headerVideoTitle {
        font-size: 30px;
        line-height: 44px;
    }
    .videoDetails {
        width: 100%;
        left: 0;
        bottom: 0;
    }
    .touch-device .headerImageWrapper {
        left: 0;
        width: 100%;
    }
}


/* @media only screen and (max-width: 479px) {
	.headerImageWrapper, .touch-device .headerImageWrapper {
		background: url(//d2cstorage-a.akamaihd.net/atl/motionlessinwhite/ANOTHERLIFEMPC.gif) no-repeat center top;
		background-size: cover;
	} 
}*/

@media only screen and (max-width: 767px) and (orientation: landscape) {
    .video-wrapper {
        padding-top: 0 !important;
    }
}

@media only screen and (max-width: 1024px) and (orientation: portrait) {
    .videoDetails {
        position: absolute;
        background-image: -webkit-linear-gradient( -90deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 114%);
        padding-bottom: 65px;
    }
    .headerVideoTitle {
        font-size: 21px;
        line-height: 28px;
    }
    .headerVideoDescription {
        font-size: 12px;
        line-height: 28px;
    }
    .presaveLink {
        font-size: 11px;
        margin-right: 10px;
    }
    body:not(.touch-device) .viewmorebtn a,
    body:not(.touch-device) .bit-offers.bit-button span,
    body:not(.touch-device) .bit-rsvp.bit-button span,
    body:not(.touch-device) .bit-rsvp.bit-button {
        font-size: 12px;
    }
    .video-title,
    .social-share {
        text-align: center;
        font-size: 30px;
    }
    .mlist-image {
        margin: 80px auto;
    }
    .navEmailLink a span,
    .menuLink a span {
        font-size: 12px;
        line-height: 30px;
    }
    div.navEmailLink span.icons-mail-envelope-closed {
        font-size: 48px;
    }
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
    .video-wrapper video.mobilevideo {
        display: block;
    }
    .video-wrapper video.desktopvideo {
        z-index: 2;
    }
}