.section--image-advanced{
    padding: 0;
}
.section--image-advanced.section--layout-width100 img{
    width: 100%;
    height: auto;
    max-width: none;
}
.section--image-advanced.section--layout-fullwidth img{
    width: 100vw;
    height: auto;
    max-width: none;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}