Smart tools for connected people
Workfriend.ai - AI that's on your side.
Join Us
/* Make hero image full-width */
.gh-content figure.kg-image-card.kg-width-full,
.gh-content figure.kg-image-card.kg-width-full img {
width: 100vw !important;
max-width: 100vw !important;
margin-left: calc(50% - 50vw) !important;
margin-right: calc(50% - 50vw) !important;
}
/* Also boost WIDE images if you use kg-width-wide */
.gh-content figure.kg-image-card.kg-width-wide img {
width: 100% !important;
max-width: 1200px !important; /* adjust if you want even bigger */
}