.videowrap {
    position: relative;
}

.play-button1.playicon-play {
    /* position: absolute; */
    /* bottom: 0; */
    /* width: 100%; */
    /* text-align: center; */
    /* -webkit-transform: translate(-10%, -50%); */
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    /* transform: translate(-50%,-50%); */
    /* left: 50%; */
    /* z-index: 100; */
    /* transition: all 0.5s ease-in-out; */
    /* -webkit-transition: all 0.5s ease-in-out; */
}

.videoPlayer.active {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    margin: 0 auto;
}

.videoPlayer.active iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
}

.videoLB {
    width: 45%;
    margin: 0 auto;
}

div#video-imag-wrapper.active {
    position: absolute;
}

.videoLB.mfp-hide iframe {
    display: hidden;
}

.mfp-close-btn-in .mfp-close {
    top: -50px;
    color: #FBDD00 !important;
    left: 75%;
    transform: translate(-50%, -50%);
}

.play-button img {
    cursor: pointer;
    border: unset;
    border-radius: 50px;
    padding: 0px;
    padding-left: 0px;
    background: unset;
    width: 53px;
}

.play-button img:hover,
.watchit a img:hover {
    cursor: pointer;
    background: unset;
    border-color: unset;
    opacity: 0.5;
}

.video_Wrapper {
    background: #000;
}

.txt {
    -webkit-transform: translate(-190%, -50%);
    /* position: absolute; */
    /* bottom: -4px; */
    color: #A8000A;
    text-transform: uppercase;
    font-size: 28px;
}

.watchit {
    width: 80%;
    margin: 0 auto;
    text-align: left;
    padding: 27px 0;
    position: absolute;
    bottom: 36px;
    left: 7%;
}

.videoWholeWrapper {
    /* padding-bottom: 1%; */
    background: #000;
    min-height: 100vh;
}

.allvideos {
    /* padding-top: 8%; */
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    bottom: 40px;
}

.watchit a {
    text-transform: uppercase;
    color: #fff;
}

.allvideos a:hover {
    opacity: 0.5;
}

.video_inner_wrap {
    /* max-width: 600px; */
    /* margin: 0 auto; */
    /* padding: 7% 0; */
}

.txt.watch {
    -webkit-transform: none;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding-left: 45px;
    font-size: 28px;
    padding-top: 8px;
    position: absolute;
    left: 0;
    bottom: 40px;
}


/* .watchit img  {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  border: unset;
  border-radius: 50px;
  padding: 0px;
  padding-left: 0px;
  width: 54px;
  position: ABSOLUTE;
  right: 0;
  bottom: 40px;
} */

.watchit span.play-img {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    border: unset;
    border-radius: 50px;
    padding: 0px;
    padding-left: 0px;
    width: 54px;
    position: ABSOLUTE;
    right: 0;
    bottom: 40px;
    background: url(../images/playicon.png) center;
    background-size: 100% 100%;
    height: 54px;
}

.watchit span.play-img:hover {
    background: url(../images/playicon_hover.png) center;
    background-size: 100% 100%;
    height: 54px;
}

.allvideos a {
    color: #A8000A;
    text-transform: uppercase;
    font-size: 14px;
    /* left: 50%; */
    /* transform: translateX(-50%); */
}

.video-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media only screen and (max-width: 767px) {
    .video_inner_wrap {
        width: 90%;
    }
    .play-button1.playicon-play {
        position: absolute;
        transform: translate(-50%, -50%);
        left: 50%;
        top: 50%;
    }
    .txt {
        transform: none;
        position: relative;
    }
    .watchit img {
        width: 7%;
        display: block;
        margin: 0 auto;
        left: 50%;
        top: -60%;
        transform: translate(-50%, -20%);
        right: auto;
    }
    .watchit span.play-img {
        display: block;
        margin: 0 auto;
        left: 50%;
        /* top: -20%; */
        transform: translate(-50%, -140%);
        right: auto;
    }
    .txt.watch {
        padding: 0;
        vertical-align: sub;
        padding-top: 2%;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
    }
    .watchit {
        text-align: center;
        bottom: 69vw;
        padding: 20px 0;
        transform: translate(-50%, -50%);
        top: 50%;
        left: 50%;
    }
    .videoLB {
        width: 100%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .watchit {
        left: 9%;
    }
    .txt.watch {
        padding-left: 15px;
    }
    .video_inner_wrap {
        max-width: 560px;
    }
    .play-button1.playicon-play {
        width: 75%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .watchit {
        left: 10%;
    }
    .video-title .txt {
        left: 5%;
    }
    .play-button1.playicon-play {
        -webkit-transform: translate(-15%, -50%);
        position: absolute;
        transform: translate(-50%, -50%);
        left: 50%;
        top: 50%;
        width: 100%;
    }
}

video::-webkit-media-controls-start-playback-button {
    display: none!important;
    -webkit-appearance: none;
}

@media(max-width: 767px) and (orientation: portrait) {
    .txt.watch {
        padding-top: 20px;
    }
    .watchit {
        bottom: unset;
        padding: 0px;
        top: 62%;
        left: 50%;
        transform: translate(-50%, -50%);
        position: absolute;
    }
    .txt.watch {
        padding-top: 20px;
        position: relative;
        border: unset;
        text-decoration: unset;
    }
    .watchit a {
        text-decoration: unset;
    }
    .watchit img {
        width: 53px;
        left: unset;
        top: unset;
        transform: unset;
        position: relative;
        right: unset;
        bottom: unset;
        padding-bottom: 60px;
    }
    .play-button1.playicon-play {
        width: 100%;
    }
    .mfp-close-btn-in .mfp-close {
        right: 0px;
        left: unset;
        color: #FBDD00 !important;
    }
}