.awesomplete > ul {
    z-index: 3;
    background: var(--tpl-base-100);
}

.youtube-iframe-container {
    float: none; 
    clear: both; 
    width: 100%; 
    position: relative; 
    padding-bottom: 56.25%; 
    padding-top: 25px; 
    height: 0;
}

.twitch-iframe-container {
    float: none; 
    clear: both; 
    width: 100%; 
    position: relative; 
    padding-bottom: 83.33%; 
    padding-top: 25px; 
    height: 0;
}

.youtube-iframe-container > iframe, .twitch-iframe-container > iframe {
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%;
}
