.object-resume {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin-bottom: 30px;
}

.object-resume .resume-item {
  width: 20%;
  margin-bottom: 20px;
}

@media (min-width: 48rem) {
  .object-resume .resume-item {
    width: auto;
  }
}

.object-resume .resume-item>.icon,
.object-resume .resume-item>.label {
  text-align: center;
}

.object-resume .resume-item>.label {
  margin-top: 10px;
  font-size: 80%;
}

.object-resume .resume-item>.icon>svg {
  height: 36px;
  width: 36px;
  fill: black;
}

@media (min-width: 75rem) {
  .object-resume .resume-item>.icon>svg {
    height: 48px;
    width: 48px;
  }
}

.realestate--view-mode-full.realestate--has-watermark .pictures {
  position: relative;
  overflow: hidden;
}

.realestate--view-mode-full.realestate--has-watermark.watermark-position-bottom .pictures {
  position: inherit;
  overflow: auto;
}

.realestate--view-mode-full.realestate--has-watermark .pictures .swiper-container {
  margin-top: 0px;
}

.realestate--view-mode-full.realestate--has-watermark.watermark-position-bottom .pictures .swiper-container {
  margin-top: 1rem;
  margin-bottom: -2px;
}

.realestate--view-mode-full.realestate--has-watermark .watermark {
  position: absolute;
  /*top: 1.5%;
  width: 220px;
  margin: 35px -55px;
  transform: rotate(-45deg);
  */
  z-index: 20;
  display: block;
  background: #d80121;
  padding: 4px;
  opacity: 0.8;
  color: white;
  font-size: 0.8em;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
}

.realestate--view-mode-full.realestate--has-watermark.watermark-position-bottom .watermark {
  position: inherit;
  margin-bottom: 1rem;
}

.realestate--view-mode-full.realestate--has-watermark .watermark.position-top {
  top: 0;
  left: 0;
  width: 100%;
}

.realestate--view-mode-full.realestate--has-watermark .watermark.position-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
}

.realestate--view-mode-full.realestate--has-watermark .watermark.position-top-left {
  top: 8.5%;
  left: 0;
  width: 265px;
  margin: 30px -62px;
  transform: rotate(-45deg);
}

.realestate--view-mode-full.realestate--has-watermark .watermark.position-top-right {
  top: 7.5%;
  right: 0;
  width: 265px;
  margin: 35px -62px;
  transform: rotate(45deg);
}

.realestate--view-mode-full.realestate--has-watermark.realestate--has-characteristic .watermark {
  background: #007a02;
}

.realestate--view-mode-full.realestate--has-watermark.realestate--is-reserved .watermark {
  background: #d06716;
}
