.card-props-detail__image {
    float: left;
    display: block;
    width: 300px;
    height: 225px;
    text-align: center;
  }

@media (max-width: 768px) {

.card-props-detail__image {
      width: 120px;
      height: 90px
  }
    }
    .card-props-01__image {
    width:auto;
    height:auto;
    max-width:100%;
    max-height:100%;
/*     min-width:70%;
    min-height:70%; */
    margin-bottom: 10px;
  }

@media (max-width: 768px) {

.card-props-01__image {
      width: auto;
      height: 100%;
      -webkit-flex: 0 0 120px;
              flex: 0 0 120px;
      margin-bottom: 0
  }
    }

@media (min-width: 768px) {
.card-props-01__image_top_building {
	width: 100% !important;
	height: 100% !important;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	object-fit: contain !important;
	}
}

.box-search-terms__bottom {
    text-align: left;
  }

  .float-contact__tool-tip-list {
    background-image: url(/images/close.png);
    background-position: right 0% bottom 100%;
    background-size: 20px;
    padding: 14px 15px;
  }

.detail-link {
	color: #0581aa;
}

.detail-link:hover { text-decoration:underline; color:#055181;}

.card-props-detail__info-data.clickable {
	position: relative;
}

.card-inline{
	display: inline-block;
}
