.mod-stage {
    width: 100vw;
    margin-left: -17px;
    margin-bottom: 50px;
    @include mq(desktop) {
        width: unset;
        margin-left: unset;
    }

    > .m-wrapper {
        position: relative;

        > figure {
            > .is-small {
                height: 250px;
                @include mq(desktop) {
                    height: 420px;
                }
            }
            
            > img {
                height: 546px;
                @include mq(desktop) {
                    height: 800px;
                }
                object-fit: cover;
                width: 100%;
            }
        }
    }
}
