.stacked-image-wrapper{margin:0 auto;max-width:800px;position:relative;width:100%}.stacked-image{transition:all .5s ease}.stacked-image.bottom{position:relative}.stacked-image.top{left:0;position:absolute;top:0}.stacked-image img{box-shadow:0 4px 6px rgba(0,0,0,.1);display:block;height:auto;max-width:100%}.animate-fade-in{animation:fadeIn 1s ease forwards}.animate-slide-up{animation:slideUp 1s ease forwards}.animate-zoom-in{animation:zoomIn 1s ease forwards}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes zoomIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@media screen and (max-width:767px){.stacked-image.top{max-width:90%;top:150px!important}}