Hi @brooke12,
The problem is solved by our team.
Testing post is here: https://talkmurder.com/forum/main-forum/testing/
We've just added the following code in Dashboard > Forums > Settings > Styles > "Custom CSS code" textarea.
#wpforo-wrap .wpf-video .responsive-embed.widescreen > iframe {
position: static;
}
#wpforo-wrap .wpf-video .responsive-embed.widescreen {
height: auto;
}
/*This code changes the loading icon's color, when you're delating the post*/
#wpforo-load, #wpforo-load i {
color: #f80000 !important;
}