.video-container {
    width: 100%;
    max-width: 1200px;
    position: relative;
    border-radius: 15px;
}

video {
    width: 90%;
    height: auto;
    display: block;
    border-radius: 15px;
}

.video-hint {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: white;
    background-color: rgba(0,0,0,0.5);
    padding: 8px 12px;
    border-radius: 4px;
    font-family: Arial, sans-serif;
    font-size: 14px;
}