/* .carousel .item { */
#casacarousel .item {
  min-height: 327px;
}

#rentalcarousel .item {
  min-height: 270px;
}

.circle {
 /* width: 250px;
  height: 250px; */
  width: 12vw;
  height: 12vw;
  border-radius: 50%;
  font-size: 1.5vw;
  color: #fff;
  /*line-height: 250px;*/
  text-align: center;
  background: #000
}

.circle2 {
  width: 10vw;
  height: 10vw;
  border-radius: 50%;
  background: blue;
}



.offer-badge {
    position: relative;
}
.offer-sm {
    position: absolute;
    right: 0;
     top: 5vh;
    /*bottom: 7vh;*/
    z-index: 100; 
    display: block;
}
.offer-lg {
    position: absolute;
    left: 2vw;
    top: 10vh;
    z-index: 100;
    display: none;
}

@media (min-width: 768px) {
.offer-sm {
    display: none;
}
.offer-lg {
    display: block;
}
}


