.mp200 {
        position: absolute;
        right: 0;
        width: 50%;
        margin-top: 80%;
    }

    @media only screen and (min-width: 993px) {
        .hide-pc {
            display: none;
        }
    }

    .section-class-image img, .hide-pc img {
        width: 100%;
    }

    .report {
        position: absolute;
        right: 0;
        width: 50%;
        margin-top: 30%;
    }


    .page .content-section {
        background-image: url("/img/hero/gastro.jpg");
        background-position: 0px -45px;
        padding-top: 180px;
    }

    /*
    @media only screen and (max-width: 992px) {
        .section-class-image {
            display: block !important;
        }
        .section-class-image img {
            display: block !important;
            left: 0;
            margin: auto;
            position: static !important ;
            right: 0;
        }
    }*/