@media only screen and (max-width: 768px) {

  #wera-order .wera-order-form,
  #wera-order .wera-checkout {
    margin-right: 0;
    width: 100%;
  }

  .wera-apartment__description,
  .wera-apartment__information {
    width: 100%;
  }

  .hide-mobile {
    display: none;
  }

  .wera-apartment__image {
    height: 300px !important;
  }

  .wera-location,
  .wera-building,
  .wera-apartment,
  #wera-apartment__image {
    width: 100%;
    overflow: visible;
  }

  .maintable {
    width: 100%;
  }

  .wera-location .building-info-bubble {
    margin-top: 10px;
  }

  .building-info-bubble {
    min-width: 60px;
    margin-top: -10px;
    border: solid 1px rgb(28, 119, 161);
  }

  .building-name {
    font-size: 0.7em;
  }

  .building-info {
    font-size: 0.6em;
  }

  .maps-iframe {
    width: 100%!important;
    padding: 5px 0;
  }
  
  .maintable.mini {
    width: 100%;
  }
  .viewbutton {
    padding: 7px 11px;
  }
}