I'm trying to use the code below to create a scrolling image to show website designs, however once I paste in the image block id and save, the image does not scroll. It seems only the scroll portion of the code isn't working since making changes to the height, drop shadow, etc. all take effect. Anyone have any ideas what I might be missing, or suggestions for other ways to achieve this effect? This is on a 7.1 site using Fluid Engine.
#PASTE-BLOCK-ID {
height: 500px;
max-width: 80%;
margin:auto;
width: 100%;
overflow-y:scroll;
overflow-x:hidden;
filter: drop-shadow(2px 22px 40px rgba(0,0,0,.3));
@media screen and (max-width:767px) { height:200px; } }