@media only screen and (max-width: 992px) {
    .sgr-standardcontent.v3 .order-2 {
        order: 0 !important;
    }
}

.sgr-standardcontent.v3 .standard-content-row-3-imageblock {
    position: absolute;
    width: 70%;
    height: 100%;
    z-index: -1;
    top: 0;
}

@media only screen and (max-width: 992px) {
    .sgr-standardcontent.v3 .standard-content-row-3-imageblock {
        width: 100%;
        height: 450px;
        z-index: 1;
        position: relative;
    }
}

.sgr-standardcontent.v3 .this-little-square {
    position: absolute;
    height: 150px;
    width: 150px;
    top: -30px;
    z-index: -1;
}

@media only screen and (max-width: 992px) {
    .sgr-standardcontent.v3 .this-little-square {
        display: none !important;
    }
}