.space-teaser {
  background-color: #fff;
  border: solid 1px #ccc;
  display: block;
  text-decoration: none;
  color: #000;
  height: 348px;
  position: relative;
}
.space-teaser__image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.space-teaser__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.space-teaser__content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
}
.space-teaser__details {
  display: flex;
  background-color: rgba(38, 52, 76, 0.65);
  transition: 0.35s;
  overflow: hidden;
  padding: 12.8px;
}
.space-teaser__details > div {
  text-align: center;
  width: 33%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.space-teaser__details > div:not(:first-child) {
  border-left: solid 1px #ccc;
}
.space-teaser__details-label {
  color: #ccc;
  margin-top: 3px;
  white-space: nowrap;
}
.space-teaser__details-content {
  font-weight: bold;
  font-size: 18px;
  white-space: nowrap;
}
.space-teaser__body {
  line-height: 1.5;
  background-color: rgba(38, 52, 76, 0.85);
  box-sizing: border-box;
  transition: max-height 0.25s;
  max-height: 0;
  overflow: hidden;
}
.space-teaser__body-inner {
  padding: 12.8px;
}
.space-teaser:hover .space-teaser__body {
  max-height: 300px;
  transition: max-height 0.75s;
}
.space-teaser.lt-lg {
  height: 300px;
}
.space-teaser.lt-md {
  height: 280px;
}
.space-teaser .slider-building-sign {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 70px;
  height: 70px;
  background: rgba(255,255,255,0.5) url(/themes/kalibr/images/local.png) center 8px no-repeat;
  background-size: 1.7em;
  border-radius: 100px;
  color: #444;
  text-align: center;
  line-height: 90px;
  font-size: 15px;
  font-weight: 600;
}
.space-teaser__attach.common-link-button a {
    position: absolute;
    bottom: -31px;
    right: 0;
    font-size: 15px;
    line-height: 16px;
    padding: 6px 11px;
}
.arrows-left-side div,
.arrows-right-side div {
  display: block;
  outline: none;
}
.arrows-left-side img,
.arrows-right-side img {
  display: block;
  outline: none;
  width: 14px;
  height: 20px;
  padding: 2px;
  opacity: 0.8;
  transition: 0.2s
}
.arrows-left-side img:hover,
.arrows-right-side img:hover {
  opacity: 1;
}
.arrows-left-side {
  cursor: pointer;
  font-weight: bold; 
  margin-bottom: -17px;
  margin-left: -50px;
  margin-right: 1px;
}
.arrows-right-side {
  cursor: pointer;
  float: right;
  font-weight: bold; 
  margin-top: -14px;
  margin-right: -50px;
}
@media screen and (max-width: 1199px) {
  .arrows-left-side div,
  .arrows-right-side div {
    display: none;
  }  
}
@media screen and (max-width: 496px) {
  .space-teaser .slider-building-sign {
    top: 4px;
    right: 4px;    
  }
  .space-teaser__details {
    flex-direction: column;
    align-items: center;
    background-color: rgba(38, 52, 76, 0.45);
  }
  .space-teaser__details > div:not(:first-child) {
    margin-top: 13px;
    border-left: none;
    border-top: solid 1px #999;
  }
  .space-teaser__details-content {
    font-size: 16px;
  }
}
