.streamnexus-video-container {
    position: relative;
    width: 100%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.streamnexus-video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/* Fixed height containers */
.streamnexus-video-container.fixed-height {
    height: auto;
    padding-bottom: 0;
}

.streamnexus-video-container.fixed-height iframe {
    position: static;
    width: 100%;
    height: auto;
}

.streamnexus-error-message {
    background: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
    border-radius: 4px;
    padding: 10px;
    margin: 10px 0;
}