/* Initial style */
.wm-superposed-images{}
.wm-superposed-images ul li img{width: 100%; transition: 750ms ease;}
.wm-superposed-images ul:not(.only-one) li:first-child img{width: 75%;}
.wm-superposed-images ul:not(.only-one) li:last-child{text-align: right;}
.wm-superposed-images ul:not(.only-one) li:last-child img{width: 50%; filter: drop-shadow(0px 20px 40px rgba(58, 85, 138, 0.4)); margin-top: -30%; position: relative; z-index: 1;}

.left-position.wm-superposed-images ul:not(.only-one) li:last-child{text-align: left;}
.left-position.wm-superposed-images ul:not(.only-one) li:first-child{text-align: right;}