.card-video{
    width: 250px;
    height: 150px;
}
.card-video img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.card-video span{
    bottom:0;
    left:0;
    background-color: rgba(255,255,255,0.9);
}
.card-body{
    height: 182px;
    overflow-y: hidden;
    overflow-x: auto;
    white-space: nowrap;
}
.img-banner-group{
    object-fit: cover;top:0;left: 0;
    filter: blur(2px) opacity(0.5);
}