@media only screen and (max-width: 992px) {
    .sgr-standardcontent.v3 .order-2 {
        order: 0 !important;
    }
}

.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;
    }
}