@media only screen and (max-width: 992px) {
    .sgr-standardcontent.v3 .order-2 {
        order: 0 !important;
    }
}
@media only screen and (min-width: 992px) {
    .sgr-standardcontent.v3.full .inner-text {
        padding: 80px !important;
    }
    .sgr-standardcontent.v3.container.left-aligned .inner-text-cont {
        padding-left: 0px !important;
    }
    .sgr-standardcontent.v3.container.left-aligned .sgr-image-cont {
        position: relative;
    }
    .sgr-standardcontent.v3.container.right-aligned .inner-text-cont {
        padding-right: 0px !important;
    }
    .sgr-standardcontent.v3.container.right-aligned .sgr-image-cont {
        position: relative;
    }
}

body.easy-read .sgr-standardcontent.v3 .sgr-image {
    background-size:contain !important;
}