
.mwg_effect048 {
    padding: 100vh 0;
    perspective: 200vw;
}
.mwg_effect048 .scroll {
    position: fixed;
    top: 50vh;
    left: 50%;
    transform: translate(-50%, -50%);
}
.mwg_effect048 .container {
    transform-style: preserve-3d;
}
.mwg_effect048 .media {
    width: 70vw;
    margin: 0 auto;
    will-change: transform;
}
.mwg_effect048 .media:not(:first-child) {
    margin-top: -16vw
}
.mwg_effect048 .media img {
    width: 20vw;
    aspect-ratio: 1;
    display: block;
    object-fit: cover;
    box-shadow: 1px 1px 30px rgba(0, 0, 0, 0.08);
}