.card-body video {
    width: 100%; /* Make the video player take up the entire width of its container */
    height: 100%; /* Make the video player take up the entire height of its container */
    border: none; /* Remove any default borders */
    border-radius: 10px; /* Apply border radius for a modern look */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Add a subtle box-shadow for depth */
    min-height: 350px;
}