.jp-cover {
    width:60px !important
}
  
.jp-cover-img {
    width: 50px;  /* Adjust the size of the cover image */
    height: 50px;
    border-radius: 50px; /* Optional: gives rounded corners */
}

.jp-video{
    background-color: black;
}




@media (max-width: 767px) {
    .bottom-play-bar{
        position: fixed;
        left: 0;
        bottom: 0;
    }

    .bottom-play-bar .jp-progress{
        position: absolute;
        width: 100%;
        left: 0;
        top: -10px;
        height: 10px;
        padding: 0 !important;;
        overflow: hidden;
    }
  }