.video-section-bgVideo {
    max-width: 100%;
    margin: 0px auto;
}
video.video-section-desk_bg {
    object-fit: cover;
    height: 100vh;
}
video.video-section-mob_bg {
    display: none;
}
div#video {
    position: relative;
    font-size: 0px;
}
.video-section-play {
    width: 4.4vw;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
}
.all-video {
    position: absolute;
    bottom: 5%;
    transform: translate(-50% , -50%);
    left: 50%;
}
.all-video a {
    font-size: 1.4vw;
    letter-spacing: 0px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: unset;
    font-family: railroad-gothic-atf, sans-serif;
    font-weight: 500;
    font-style: normal;
    text-decoration: underline;
}
.video-section-lbClose {
    display: none;
}
.video-section-videoWrap.LB .video-section-lbClose {
    display: block;
    position: absolute;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
    top: -10px;
    right: -30px;
}
.video-section-videoWrap.LB .video-section-videoContent {
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
}
.video-section-videoWrap.LB {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1002;
    width: 100%;
    max-width: 70%;
    margin: 0 auto;
}
.video-section-videolb.LB {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 1000;
    background: rgba(0,0,0, 0.5);
}
.video-section-videoWrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.videoHeader {
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: absolute;
    left: 0;
    top: 48.5%;
    font-size: 1.3vw;
    text-transform: uppercase;
    letter-spacing: 0px;
    line-height: 1;
    font-family: railroad-gothic-atf, sans-serif;
    font-weight: 600;
    font-style: normal;
    padding: 0px;
    color: #fff;
}
@media(max-width: 1023px){
    .video-section-play {
        width: 85px;
    }
    .videoHeader {
        font-size: 26px;
        top: 47%;
    }
    .all-video a {
        font-size: 14px;
    }    
}
.video-section-lbClose:hover{
    opacity: 0.5;
}



.video-section-bgVideo .video-section-mob_bg {
    display: none;
}
video.video-section-desk_bg {
    display: block;
}
@media(max-width: 767px){
    .video-section-bgVideo .video-section-mob_bg {
        display: block;
        width: 100%;
    }
    video.video-section-desk_bg {
        display: none;
    }
}
@media(max-width: 767px)and (orientation: landscape){
    video.video-section-desk_bg {
        display: block;
		object-fit: cover;
		height: 150vh;
    }
}
@media(max-width: 1023px) and (orientation: landscape){
    div#video {
        height: 100vh;
    }
    .video-section-bgVideo .video-section-mob_bg {
        object-fit: cover;
        display: block;
        width: 100%;
        height: 100vh;
    }
}


@media(max-width: 760px) and (min-width: 730px) and  (orientation: landscape){
    div#video {
        height: 150vh;
    }
    .video-section-bgVideo .video-section-mob_bg {
        height: 150vh;
    }
}
@media(max-width: 1023px) and (orientation: portrait){
    .videoHeader {
        font-size: 26px;
        top: 49%;
    }
}

@media (max-width: 1023px) and  (orientation: landscape){
    .video-section-bgVideo .video-section-mob_bg {
        display: none;
    }
}