.bg-black {
    background-color: black;
}

.responsive-iframe {
    width: 100%;
    height: 500px; /* Adjust based on your needs */
    border: none; /* Optional: removes the default iframe border */
}