/*style is set in theme*/
.container.lm-fullwidth,
.lm-fullwidth,
.lm-contentwidth{
    margin-left: calc(-100vw / 2 + 100% / 2);
    margin-right: calc(-100vw / 2 + 100% / 2);
    max-width: 100vw;
    width: auto;
}
.lm-fullwidth > .container{
    max-width: 100%;
    width: 100%;
    padding-left: 0px !important;
    padding-right: 0px !important;
}