/* Rumble Fix */
.message iframe[src*="rumble.com"][height="0"] {
   height: 100%;
}

/* Reddit fix */
.message iframe[src*="reddit.com"]{
    overflow: auto; 
    resize: both; 
    aspect-ratio: 16 / 9; 
    width: 100%; 
    height: 100%;
}