@media screen and (max-width: 1000px) {
  td {
      justify-content: center;
  }

    .col-md-12 > p {
        margin-left: auto;
        margin-right: auto;
    }

    #lage_text > div {
        padding: unset !important;
    }

    #floorplan_grid > a, #floorplan_grid > a > div, #floorplan_grid {
        min-width: 100%;
    }

    .card-body > .text-center > img {
        /*max-height: 36vh !important;*/
    }


}

