.video-container {
    position: relative;
    margin-left: 100px;
    margin-bottom: 15px;
    width: 32px; /* Small width */
    height: 18px; /* Maintain 16:9 aspect ratio */
    overflow: hidden;
    background: #000; /* Fallback color */
}
.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
#vidfooter {
    z-index: 1;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
}