Updating from/to the following versions:
Swift Framework 1.66 -> 2.3.14
Atelier Theme 1.9.81 -> 2.1.51
This class/shadow is randomly added to certain rows, not all. It’s strange because it is being caused by the below class but none of these rows are parallax elements.
.spb_parallax_asset {
overflow: hidden;
position: relative;
background-attachment: fixed;
background-size: cover;
-moz-background-size: cover;
-webkit-background-size: cover;
background-repeat: no-repeat;
background-position: center center;
box-shadow: inset 0 0 20px rgba(0,0,0,0.3);
}