<style>
    .video-container {
        position: relative;
        width: 100%;
        max-width: 560px;
        margin: 0 auto;
    }

    .placeholder {
        width: 100%;
        cursor: pointer;
    }

    iframe {
        width: 100%;
        height: 315px;
    }
</style>
