.M--news-event {
    position: relative;
    .container {
        @media (max-width: $screen-md) {
            padding: 0;
        }
    }
    .section__wrapper {
        display: block;
        position: relative;
        z-index: 2;
    }
    .background__left {
        display: none;
        background: #f2f2f2;
        @media (min-width: $screen-md) {
            display: block;
            right: 50%;
            z-index: 0;
            width: auto;
            background: #f5f5f5;
        }
    }
    .background__right {
        display: none;
        background: #f2f2f2;
        @media (min-width: $screen-md) {
            display: block;
            left: 50%;
            z-index: 0;
            width: auto;
            background: #e6e6e6;
        }
    }
    .background__center {
        display: none;
        background: #fff;
        @media (min-width: $screen-md) {
            display: block;
            z-index: 0;
            background: #f0f0f0;
        }
    }
    .section__lists {
        @media (min-width: $screen-md) {
            margin: 0 -24px;
            overflow: hidden;
        }
        .section__item {
            padding: 0 16px;
            @media (min-width: $screen-md) {
                margin-bottom: -1000px;
                padding: 0 24px 1000px;
            }
            &#M--news-event-section--center {
                background-color: #fff;
                @media (min-width: $screen-md) {
                    background-color: transparent;
                }
            }
        }
        .M--side-articles {
            position: relative;
            z-index: 1;
        }
    }
}