.section-appIcons {
    background: var(--greyEB);
}

.section-appIcons picture img,
.section-appHierarchy img,
.section-overview img {
    width: 100%;
}

.section-overview img {
    height: 287px;
    margin-bottom: -3px;
}

.section-appHierarchy {
    background: var(--section-22grey);
}

@media screen and (min-width: 425px) {
    .work-kv-YASMO {
        background: url(../images/work-kv-YASMO.png)no-repeat center center;
        background-size: cover;
    }
    .section-appIcons,
    .section-appHierarchy {
        text-align: center;
    }
    .section-overview img {
        height: auto;
    }
}