@media screen and (max-width:768px){
    .p_video{
       width: 50px !important;
        height: 50px !important;
        border-radius: 100% !important;
        margin-left: auto;
        margin-right: 0px;
           position: absolute !important;
           bottom: -7px;
           right: 0;
    }
    .p_info_fivebox{
       margin-right: 0px !Important;
    }
   .videoCock{
       display: block !important;
       width: 100%;
   }
   .p_info{
       flex-direction: column !important;
   }
   
   }
   
   
   
   
   
   
   
   
   .e_video-7 .p_video{
       border-width: 2px !important;
   }
   
   .videoBox {
       position: fixed;
       background: rgb(0 0 0 / 60%);
       left: 0;
       top: 0;
       bottom: 0;
       right: 0;
       display: flex;
       flex-direction: column;
       justify-content: center;
       transition: all ease .3s;
       pointer-events: none;
       opacity: 0;
       z-index: 10;
       padding: 0 18px;
   }
   .plyr__menu, 
   .plyr__control[data-plyr="pip"], 
   .plyr__volume{
       display: none !Important;
   }
   .videoBox video{
       max-width: 800px;
       margin: 0 auto;
       width: 90%;
   }
   .videoBox.show{
       opacity: 1;
       pointer-events: auto;
   }
   .closeVideo{
       width: 20px;
           line-height: 20px;
       height: 20px;
       font-size: 24px;
       font-weight: bold;
       color: #fff;
       background-color: rgba(80, 184, 255, 1);
       position: absolute;
       top: -4px;
       right: -4px;
   }
   /* .closeVideo:hover{
       background: #171717;
   
       color: #fff;
   } */
   .videoBox > div:first-child {
       width: 100%;
       max-width: 730px;
       margin: 0 auto;
       border: 4px solid rgba(80, 184, 255, 1);
       cursor: pointer;
   
   }