#video-placeholder {
    width: 100%;
    max-width: 800px;
    height: 450px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background-color: #f8f9fa; /* A light background color */
    border: 1px solid #dee2e6; /* A subtle border */
}

#video-placeholder:hover {
    background-color: #e9ecef; /* A slightly darker color on hover */
} 