.oxygen-body{
/* Full width styling for Oxygen Gutenberg blocks and Gutenberg images*/
width:100vw;
overflow-x:hidden;
}
.alignfull {
margin-left : calc( -100vw / 2 + 100% / 2 );
margin-right : calc( -100vw / 2 + 100% / 2 );
max-width : 100vw;
}