I was trying to add a drop shadow to my embedded videos on my main page. They worked fine on my desktop site but my live mobile site was glitching (every image seemed to "breathe") when I scrolled, and two videos in particular bled out the sides of the container and extended past the borders of the mobile screen. This is the code I using:
.embed-block {
filter: drop-shadow(5px 5px 8px #000000);
}
Any ideas on how to solve this? Thank you!