#header-thumbnail {
    position: relative;
}

.absoluteImg {
    position: absolute;
    right: 10%;
    bottom: 0;
}

.skystageStrong .c-row__col.c-row__col--1-1.c-row__col--lg-1-4 {
    --_item-width: 20%;
}

@media (max-width:768px) {
    .skystageStrong .c-row__col.c-row__col--1-1.c-row__col--lg-1-4 {
        --_item-width: 100%;
        max-width: 70%;
        margin: auto;
    }
}