.header-wrapper {
    background: url("../images/newheaderImg.jpg");
    background-size: cover;
    position: relative;
    height: 100vh;
    padding-bottom: 0;
    overflow: hidden;
}
a.headerlogoCopy, span.albumCpy {
    font-size: 36px;
    letter-spacing: 0;
    line-height: 1;
    text-transform: uppercase;
    color: #FFFFFF;
    text-align: center;
    max-width: 360px;
    width: 100%;
    position: absolute;
    top: 9%;
    left: 50%;
    transform: translate(-50%, 0%);
}

span.albumCpy {
    top: auto;
    bottom: 5%;
}

.video-section {
    padding: 3% 0;
}
/* video stylings */

.video-wrapper {
    max-width: 429.50px;
    margin: 0 auto;
}

.video-inner-wrapper {
    position: relative;
    width: 100%;
    height: 0px;
    padding-top: 56.25%;
}

.videoThumbnail1 img {
    width: 100%;
    height: 100%;
    display: block;
    text-align: center;
    position: absolute;
    bottom: 0px;
    left: 0%;
    z-index: 10000;
}

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

#play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99990;
    width: 40px;
    height: 40px;
}

img#play-button:hover {
    opacity: 0.5;
    cursor: pointer;
}

.video-inner-wrapper span.youtubeplay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

span.video-title {
    position: absolute;
    left: 50%;
    bottom: 5%;
    transform: translate(-50%, -50%);
    font-size: 35px;
    color: #fff;
    font-family: "Windsor W01 Light";
    text-transform: uppercase;
    width: 100%;
    z-index: 99999;
}

.video-inner-wrapper span.youtubeplay:hover {
    opacity: 0.5;
}


@media only screen and (max-width: 1023px) {

    .video-inner-wrapper span.youtubeplay {
        z-index: 999;
    }
    .header-wrapper {
        background: url("../images/bg-mob.jpg") no-repeat;
        background-size: 100% auto;
    }

    .header-content {
        max-width: 100%;
        text-align: center;
        margin: 0 auto;
        z-index: unset;
    }
   
    .video-wrapper {
        max-width: 92%;
        margin: 0 auto;
    }
    .video-section {
        padding: 0;
        position: relative;
        z-index: 999;
    }
    .middle-content {
        padding: 25% 0;
        position: relative;
        z-index: 999;
        padding: 20% 0;
    }
    span.video-title {
        font-size: 15px;
        z-index: 999999;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    body .video-wrapper {}
    .header-wrapper {
        background: url(../images/bg-mob.jpg) no-repeat;
        background-size: 100%;
    }
    .video-section {
        padding: 17% 0 0 0;
    }
    ul.owl-carousel.owl-loaded {
        overflow-x: hidden;
    }
}

.header-wrapper {
    background: url("../images/newheaderImg.jpg");
    background-size: cover;
    position: relative;
}

/* video stylings */

.video-wrapper {
    max-width: 429.50px;
    margin: 0 auto;
}

.video-inner-wrapper {
    position: relative;
    width: 100%;
    height: 0px;
    padding-top: 56.25%;
}

.videoThumbnail1 img {
    width: 100%;
    height: 100%;
    display: block;
    text-align: center;
    position: absolute;
    bottom: 0px;
    left: 0%;
    z-index: 10000;
}

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

#play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99990;
}

img#play-button:hover {
    opacity: 0.5;
    cursor: pointer;
}

.video-inner-wrapper span.youtubeplay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

span.video-title {
    position: absolute;
    left: 50%;
    bottom: 5%;
    transform: translate(-50%, -50%);
    font-size: 35px;
    color: #fff;
    font-family: "Windsor W01 Light";
    text-transform: uppercase;
    width: 100%;
    z-index: 99999;
}

.video-inner-wrapper span.youtubeplay:hover {
    opacity: 0.5;
}


@media only screen and (max-width: 1023px) {

    .video-inner-wrapper span.youtubeplay {
        z-index: 999;
    }
    .header-wrapper {
        background: url("../images/bg-mob.jpg") no-repeat;
        background-size: 100% auto;
    }

    .header-content {
        max-width: 100%;
        text-align: center;
        margin: 0 auto;
        z-index: unset;
    }

    .video-wrapper {
        max-width: 92%;
        margin: 0 auto;
    }
    .video-section {
        padding: 0;
        position: relative;
        z-index: 999;
    }
    .middle-content {
        padding: 25% 0;
        position: relative;
        z-index: 999;
        padding: 20% 0;
    }
    span.video-title {
        font-size: 15px;
        z-index: 999999;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .header-wrapper {
        background: url(../images/bg-mob.png) no-repeat;
        background-size: 100%;
    }
    .video-section {
        padding: 17% 0 0 0;
    }
    ul.owl-carousel.owl-loaded {
        overflow-x: hidden;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation:landscape) {
    .header-second-text {
        font-size: 60px;
    }
}

@media only screen and (max-width: 768px) and (orientation:landscape) {
    .video-section {
        padding: 25% 0 0 0;
    }
}

.header-wrapper {
    background: url("../images/newheaderImg.jpg");
    background-size: cover;
    position: relative;
    background-position: center;
}

.video-section {
    padding: 0 0 3.25%;
}


/* video stylings */

.video-wrapper {
    max-width: 95%;
    margin: 0 auto;
}

.video-inner-wrapper {
    position: relative;
    width: 100%;
    height: 0px;
    padding-top: 56.25%;
}

.videoThumbnail1 img {
    width: 100%;
    height: 100%;
    display: block;
    text-align: center;
    position: absolute;
    bottom: 0px;
    left: 0%;
    z-index: 10000;
}

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

#play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99990;
}

img#play-button:hover {
    opacity: 0.5;
    cursor: pointer;
}

.video-inner-wrapper span.youtubeplay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

span.video-title {
    position: absolute;
    left: 50%;
    bottom: 5%;
    transform: translate(-50%, -50%);
    font-size: 35px;
    color: #fff;
    font-family: "Windsor W01 Light";
    text-transform: uppercase;
    width: 100%;
    z-index: 99999;
    text-align: center;
}

.video-inner-wrapper span.youtubeplay:hover {
    opacity: 0.5;
}


@media only screen and (max-width: 1023px) {
    .save-add-links {
        margin-top: 7%;
    }
    .video-inner-wrapper span.youtubeplay {
        z-index: 999;
    }
    .header-wrapper {
        background: url("../images/mobile_bg.png") no-repeat;
        background-size: cover;
        background-position: center;
    }

    .video-wrapper {
        max-width: 100%;
        margin: 0 auto;
    }
    .video-section {
        padding: 0;
        position: relative;
        z-index: 9;
    }

    span.video-title {
        font-size: 15px;
        z-index: 999999;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {

    .video-section {
        padding: 0;
    }

    ul.owl-carousel.owl-loaded {
        overflow-x: hidden;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation:landscape) {
    .header-second-text {
        font-size: 51px;
    }
    span.video-title {
        font-size: 15px;
    }
}

@media only screen and (max-width: 768px) and (orientation:landscape) {
    .video-section {
        padding: 25% 0 0 0;
    }
}

@media only screen and (max-width: 767px) {

    .owl-carousel .owl-stage {
        padding-left: 10px !important;
    }
    body .header-wrapper {
        height: 100vh;
        padding-bottom: 0;
    }
    .header-wrapper {
        background: url(../images/mobile_bg.png) no-repeat;
        background-size: cover;
        background-position: center top;
    }
    body span.video-title {
        font-size: 10px;
    }
    a.headerlogoCopy {
        top: 25px;
        font-size: 27px;
    }
    span.albumCpy {
        bottom: 70px;
        font-size: 25px;
    }
}

body .video-section .owl-carousel .owl-nav button.owl-next {
    width: 32px;
    height: 30px;
    margin-right: 2%;
    color: #000443;
    background: #edd500;
    border-radius: 50px;
    font-size: 30px;
    bottom: 0;
    background: url('../images/drop-down-new.png') no-repeat 75% center #edd500;
    transform: rotate(-90deg);
    background-position: center;
    background-size: 68% auto;
    -webkit-appearance: none;
    appearance: none;
    border: none;
    outline: none;
}

body .video-section .owl-carousel .owl-nav button.owl-prev {
    width: 32px;
    height: 30px;
    margin-right: 2%;
    color: #000443;
    background: #edd500;
    border-radius: 50px;
    font-size: 30px;
    bottom: 0;
    background: url('../images/drop-down-new.png') no-repeat 75% center #edd500;
    transform: rotate(90deg);
    background-position: center;
    background-size: 68% auto;
    -webkit-appearance: none;
    appearance: none;
    border: none;
    outline: none;
}

body .video-section .owl-nav {
    position: relative;
    bottom: auto;
    width: 100%;
    left: auto;
    right: auto;
    margin-top: 15px;
}

@media only screen and (max-width: 1023px) {
    body .video-section .owl-carousel.owl-loaded {
        overflow-x: initial;
    }

}

body .video-section .owl-carousel .showEmbed img.videoThumbnail, .showEmbed .playButton, .showEmbed .video-title {
    display: none;
}

body .video-section .owl-carousel .owl-nav button:hover {
    opacity: 0.7;
}

body .video-section .owl-carousel .owl-nav button.disabled:hover {
    opacity: 0.15;
}

.owl-dots .owl-dot span {
    width: 7px;
    height: 7px;
    margin: 5px 5px;
    background: #6f6666;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}

.owl-dots {
    text-align: center;
    margin: 20px auto;
}

.owl-dots .owl-dot.active span, .owl-dots .owl-dot:hover span {
    background: #fff;
}