@charset "utf-8";
html,body {
    font-family: 'Abhaya Libre', sans-serif;
}
.mw-1400{
    max-width: 1400px;
    padding-right: 15px;
    padding-left: 15px;
}
.color-1{
    color: #d6b28a;
}
.color-2{
    color: #876c51;
}
#d6b28a
.video-container
{
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}
.video-container video
{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
}
.logo-real-estate
{
    position: relative;
    top: 0;
    background-color: rgba(0, 0, 0, 0.6);
    height: auto;
}
.logo-real-estate
    img 
{
    max-height: 150px;
}
.content {
    height: 100%;
    overflow-y: auto;
  }

.sticky-form {
  position: sticky;
  top: 0;
}
.zoom {
    overflow:hidden;
    position:relative;
}
.zoom>a>img {
    transition:1s
}
.zoom:hover>a>img {
    transform:scale(1.1);
    transition:1s
}
.photo_plus:hover{
    background-image: url(https://www.elliottwrightgroup.com/images/plus.webp);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50px auto;
}

.overlay_hover:hover{
    background-color: rgba(0,0,0,0.5);
    opacity: 1;
}
.overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  /*background-color: rgba(0,0,0,0.5);  */
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transform: translate(-50%, -50%);
  opacity: 0;
}

.overlay > * {
  color: white;
  font-size: 3rem;
  text-align: center;
  text-shadow: 1px 1px 2px black;
}

/*            .h-video{
    height: 100vh;
}*/
@media screen and (min-width: 576px) {

}
@media screen and (min-width: 768px) {
    .mw-1400{
        padding-right: 25px;
        padding-left: 25px;
    }
    .logo-real-estate
        img 
    {
        max-height: 170px;
    }
}
@media screen and (min-width: 992px) {
    .mw-1400{
        padding-right: 35px;
        padding-left: 35px;
    }
    .logo-real-estate{
        position: absolute;
        top: 0;
        background-color: rgba(0, 0, 0, 0.6);
    }
    .logo-real-estate
        img 
    {
        max-height: 190px;
    }
}
@media screen and (min-width: 1200px) {
    .mw-1400{
        padding-right: 50px;
        padding-left: 50px;
    }
    .logo-real-estate
        img 
    {
        max-height: 200px;
    }
}
@media screen and (min-width: 1400px) {
    .logo-real-estate
        img 
    {
        max-height: 220px;
    }
}