.video-thumb .card-body {
    height: 165px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    background-color: #333;
}

.video-thumb  .card img {
    width: 100%;
    object-fit: cover;
    object-position: center;
    flex-shrink: 0;
    min-width: 100%;
    min-height: 100%
}

.hidden-file-input {
    opacity: 0;
    position: absolute;
    z-index: -1;
    width: 0.1px;
    height: 0.1px;
}
#canvas {
    height: 0;
    border-radius: 6px;
}