.sce__simpleImageGrid--container img {
    width: 100%;
    padding: 5px 0;
}
@media (max-width: 575px) {
    .sce__simpleImageGrid--container {
        margin-left: -15px;
        width: 100vw;
    }
}
@media (min-width: 1024px) {
    .sce__simpleImageGrid--container {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 150px;
    }
    .sce__simpleImageGrid--container > div {
        width: 100%;
    }
    .sce__simpleImageGrid--container img {
        width: 100%;
        object-fit: cover;
        object-position: center center;
        padding: 5px;
        height: 100%;
    }
    .sce__simpleImageGrid--left-top {
        display: flex;
        flex-wrap: wrap;
    }
    .sce__simpleImageGrid--left-top > img {
        width: 100%;
        max-width: 50%;
    }
    .sce__simpleImageGrid--left {
        max-width: 70%;
        display: flex;
        flex-wrap: wrap;
        max-height: 800px;
    }
    .sce__simpleImageGrid--left > div {
        height: 50%;
    }
    .sce__simpleImageGrid--left-bottom {
        width: 100%;
        max-width: 100%;
    }
    .sce__simpleImageGrid--left-top {
        width: 100%;
        max-width: 100%;
    }
    .sce__simpleImageGrid--right {
        max-width: 30%;
        max-height: 800px;
    }
    .sce__simpleImageGrid--right img {
        height: 40%;
    }
    .sce__simpleImageGrid--right img:first-child {
        height: 60%;
    }
}
