/* CSS untuk iframe */
iframe {
    width: 100% !important;
    height: 300px !important;
    display: block;
    border: none;
    margin-bottom: 20px;
}

#video-container {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
}
