I know this has been posted before but I can't get YouTube to stay within the lines on a mobile device. I am using a theme. I have tried adding this css but no luck. Can someone please help?
#wpforo-wrap .wpforo-post-content .wpf-video{display: inline-block;}
@media screen and (max-width:800px) {
#wpforo-wrap .wpforo-post-content .wpf-video{width:95%}
}