

.video_size{
    width: 100%; 
    height: 20.7rem;
    display: block; 
    object-fit: fill; 
    border-radius:1rem;
}   

/* Apply CSS using classes */
.size-list-item {
    /* Add your li styles here */
    list-style: none;
    margin: 10px 0;
    padding: 0;
}

.size-label {
    /* Add your label styles here */
    font-weight: bold;
}

.size-select {
    /* Add your select styles here */
    border: 1px solid #ccc;
    padding: 5px;
    border-radius: 5px;
    font-size: 14px;
}

.editable {
    /* Add your editable option styles here */
    font-weight: normal;
    color: #333;
}
