.beatuiful-homes-banner{
    position: relative;
}

.beatuiful-homes-banner .extended-teaser-img_desk{
    width: 100%;
    /* max-width: 1439px; */
    height: 400px;
    /* object-fit: cover; */
    margin: 0 auto;
}

.beatuiful-homes-banner .where-the-heart-is .extended-teaser-img_desk{
    width: 100%;
    max-width: unset;
    height: unset;
    object-fit: unset;
    margin: unset;
}

.beatuiful-homes-banner .extended-teaser-img {
    position: relative;
    overflow: hidden;
}

.beatuiful-homes-banner .extended-teaser-img::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 63.51%, rgba(0, 0, 0, 0.5) 93.92%);
    z-index: 1;
}
.beatuiful-homes-banner .hide-title .extended-teaser-img::after {
    background: unset;
}
/* .cmp-teaser__content {
    position: relative;
    z-index: 2;
} */

.beatuiful-homes-banner .extended-teaser-img_mob{
    display: none;
}
.beatuiful-homes-banner .hide-title .cmp-teaser__description{
    display: none;
}
.beatuiful-homes-banner .cmp-teaser__description h1{
    font-family: "Playfair Display", serif !important;
    font-weight: 400;
    font-style: italic;
    font-size: 30px;
    line-height: 140%;
    letter-spacing: 0;
    text-align: center;
    text-transform: capitalize;
    z-index: 1;
    max-width: 460px;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    bottom: 35%;
    color: #FFF;
}

@media (max-width: 767px){
    .beatuiful-homes-banner .cmp-teaser__description h1{
        font-size: 20px;
        bottom: 40%;
        line-height: 120%;
        /* transform: translateY(128%); */
        width: 80%;
    }

    .beatuiful-homes-banner .extended-teaser-img_desk{
        display: none;
    }

    .beatuiful-homes-banner .extended-teaser-img_mob{
        display: block;
        width: 100%;
        /* max-width: 360px; */
        height: 400px;
        object-fit: cover;
    }
    body.bh-header-transparent .beatuiful-homes-banner .extended-teaser-img_mob{
        height: 100dvh;
    }
    .beatuiful-homes-banner .hide-title .extended-teaser-img_mob{
        object-fit: unset;
    }
    .beatuiful-homes-banner .extended-teaser-img::after {
        display: none;
    }
}
@media (min-width:1025px ){
      body.bh-header-transparent .beatuiful-homes-banner .extended-teaser-img_desk{
        margin-top: 40px;
        height: calc(100vh + 11vh);
        object-fit: cover;
        object-position: left;
      }
} 
@media (min-width: 1200px) {
  body.bh-header-transparent .beatuiful-homes-banner .extended-teaser-img_desk{
     height: calc(100vh + 11vh);
  }
}
@media (min-width: 1400px) {
   body.bh-header-transparent .beatuiful-homes-banner .extended-teaser-img_desk {
    height: calc(100vh - 41px);
  }
}

@media (min-width: 1800px) {
   body.bh-header-transparent .beatuiful-homes-banner .extended-teaser-img_desk {
    height: calc(100vh - 17.3vh);
    max-height: unset;
  }
}