.video-js {
   display: flex;
   justify-content: center;
   align-items: center;
   position: relative;
   overflow: hidden;
   background: black;
}
.video-js .vjs-control-bar {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 0px;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 1 !important;
    transition: none; 
 }

 .video-js .vjs-control-bar > *:not(.vjs-progress-control), .video-js .vjs-play-progress:before {
    display: none; 
 }

 .video-js .vjs-progress-control {
    display: block;
    width: 100%;
    height: 6px;
    background: rgba(255, 255, 255, 0.5);
 }

 .custom-mute-button {
    position: absolute;
    top: 10px;
    left: 10px;
    cursor: pointer;
    z-index: 10;
 }
 .campaign-details {
    position: absolute;
    bottom: 15px;
    left: 10px;
    cursor: pointer;
    background-color: #0000007d;
    z-index: 10;
    padding: 15px;
    border-radius: 18px;
 }
 .campaign-ads{
    font-size: 12px;
    margin-right: 10px;
    background-color: #000;
    padding: 3px;
    border-radius: 4px;
 }
 .video-js .vjs-big-play-button {
    font-size: 2.5em;
 }

 .vjs-paused .vjs-big-play-button {
    display: block !important; /* Show the button when the video is paused */
 }

 .video-js .vjs-progress-control .vjs-progress-holder {
    margin: 0px;
 }
 .video-js .vjs-big-play-button {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
 }
 .vjs-poster {
    background-size: cover;
    border-radius: 18px;
    object-fit: cover;
 }
 .sub-menu {
    z-index: 10;
 }
 .video-js .vjs-tech {
    position: inherit;
    max-height: fit-content;
 }
 ::-webkit-scrollbar-thumb {
    background: #8888882e;
 }
 .tt34f3 {
    object-fit: cover;
    object-position: center;
    height: 132px;
    width: 100%;
    min-width: 145px;
    padding-right: 0.1rem;
    padding-left: 0.1rem;
 }
 .ffe3f2e {
    position: absolute;
    z-index: 10;
    border-radius: 5px;
    background-color: #fff;
    margin-top: -25px;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
    box-shadow: rgb(0 0 0 / 25%) 0px 54px 55px, rgb(0 0 0 / 12%) 0px -12px 30px, rgb(0 0 0 / 12%) 0px 4px 6px, rgb(0 0 0 / 17%) 0px 12px 13px, rgb(0 0 0 / 9%) 0px -3px 5px;
    min-width: 280px !important;
    overflow: hidden;
 }
 .shortbuz_icon{
    margin-left: 20px;
 }
 .ST54FR {
    color: #0f0f0f;
    font-family: "Roboto", "Arial", sans-serif;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    overflow: hidden;
    max-height: 2.4rem;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
 }
 .short_icon_background {
    background-color: rgb(1 16 255 / 20%);
    border-radius: 50%;
    height: 45px;
    width: 45px;
    text-align: center;
    min-width: 45px;
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    -ms-flex-align: center;
    justify-content: space-around;
    -ms-flex-pack: distribute;
    cursor: pointer;
 }
 .small-header {
    top: 0px !important;
 }
 .ER32FG {
    width: 1.50em;
    height: 1.50em;
    fill: #000;
 }
 .ER32RG {
    width: 1.50em;
    height: 1.50em;
    fill: rgb(249, 24, 128);
 }
 .short_video {
    display: inline-flex;
    align-items: end;
    margin-left: 50px;
    
    height: 100%;
    min-height: 320px;
    max-height: calc(100vh);
    width: calc((100vh)* 9 / 16);
    max-width: calc(100vw - 70px);
 }

 .short_video_view {
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    min-height: 320px;
    background-color: #000 !important;
    object-fit: contain;
    border-radius: 18px;
 }
 .shortvideo-container{
    overflow: hidden;
    border-radius: 18px;
    position: relative;
 }
 @media (max-width: 992px) {
    .follow_fgby45 {
       line-height: 1.157rem;
       max-height: 1.157rem;
    }
    .follow_description43 {
       line-height: 1.257rem;
       max-height: 1.257rem;
    }
    .shortbuz_scroll {
       position: inherit;
       top: 10px;
       max-height: 100%;
       margin-bottom: 20px;
       z-index: 1;
    }
    .video-js .vjs-tech {
       position: inherit;
    }
    .mobile-min-width {
       min-width: 150%;
    }
    .mobile-overflow {
       overflow: scroll;
       -webkit-overflow-scrolling: touch;
    }
    ::-webkit-scrollbar {
       display: none;
    }
    .bebuzee_shortbuz {
       margin-left: 0px;
       height: 375px;
    }
    .video-container {
       min-width: auto !important;
       min-height: 256px;
       max-height: 375px;
    }
    .bebuzee_shortbuz_comment {
       padding: 0px 30px;
    }
    .mobile-description {
       margin: 0px 0px 10px 0px !important;
       width: 100% !important;
    }
 }