.video-body{
    position: relative;
    height: 400px;
    width: 500px;
    color:#fff;
}
.video-bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
}
img.video-bg-img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}
.video-overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.videooverlay-head{
    display: flex;
    flex-direction: row;
    align-items: start;
    justify-content: space-between;
    margin: 10px;
}
.bot-img{
    width: 50px;   
}
.video-playbutton-wrapper{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    cursor: pointer;
}

.video-overlay-footer{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0,0,0,0.5);
    padding: 10px;
    z-index: 3;
    box-sizing: border-box;
}
.video-overlay-footer div{
    cursor: pointer;
}

.client.listitem.largePanel{width: 90%;}
.client.listitem.mediumPanel{width: 400px;}
.client.listitem.smallPanel{width: 200px;}