.m-gnahs {
    position: relative;
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    min-height: 0;
    overflow: visible;
    box-sizing: border-box;
}

.m-gnahs,
.m-gnahs * {
    box-sizing: border-box;
}

/* Fa que el mòdul embedit ocupi tota l'amplada disponible */
.m-gnahs > iframe,
.m-gnahs > embed,
.m-gnahs > object,
.m-gnahs > video,
.m-gnahs > canvas,
.m-gnahs > img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
}

/* Cas típic: el motor injecta un wrapper */
.m-gnahs > div {
    width: 100%;
    max-width: 100%;
}