/* Custom Styles */
.vid_pop {
      position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    background: #000000d4;
    height: 100%;
    display: none;
    z-index: 11111111111;
        overflow-y: scroll;
         
}

.vid_pop_inner {
    max-width: 1230px;
    margin: auto;
    position: relative;
    top: 21%;
    padding-bottom: 10%;
}
.vid_pop_inner {
    text-align: right;
}

span.close_x {margin-right: -15px;cursor: pointer;margin-top: -11px;display: inline-block;}

.close_x .fa-times {
    color: #fff;
    font-size: 18px;
}

.vid_pop::-webkit-scrollbar {
    width: 0;  /* Remove scrollbar space */
    background: transparent;  /* Optional: just make scrollbar invisible */
}
/* Optional: show position indicator in red */
.vid_pop::-webkit-scrollbar-thumb {
    background: #FF0000;
}
@media screen and (max-width: 767px){
    
    span.close_x i {
    font-size: 30px !IMPORTANT;
}

span.close_x {
    margin: 15px 15px;
}
}