body.widget-snippet .living-content-area {
    top: unset;
    left: unset;
    transform: unset;
    z-index: unset;
}
body.widget-snippet .living-content-area:hover {
    color:unset;
   background-color: unset;
}
body.widget-snippet .living-content-area:hover p, body.widget-snippet .living-content-area:hover h3{
      color:unset;
}
body.widget-snippet .living-content.two .living-content-area {
  margin-top:-360px;
    right:10px
}
body.widget-snippet .living-content.one, body.widget-snippet .living-content.two{
        animation-duration: unset;
    animation-fill-mode: unset;
    -webkit-animation-duration: unset;
    -webkit-animation-fill-mode: unset;
    animation-name: unset;
    -webkit-animation-name: unset;
}
.modern-living .title-content {
    max-width:1300px;
    margin:0 auto;
}
.modern-living h2.title-content {
    font-size: 37.4px;
    font-family: "aller", sans-serif;
    font-weight: 300;
    margin-bottom: 0;
}
.living-content {
    max-width: 1300px;
    margin: 0 auto;
    position: relative;
    padding: 50px 0;
}

.living-content-area {
    max-width: 400px;
    background: #ccc;
    padding:35px 30px;
    position: absolute;
    top: 50%;
    left: 150px;
    transform: translateY(-50%);
    background-color: #F4F5F7;
    z-index: 1;
}
.living-content-area:hover {
    color:#fff;
   background-color: #5C7FB3;
}
.living-content-area:hover p, .living-content-area:hover h3{
    color:#fff;
}
.living-img {
    max-width: 847px;
    margin-left: auto;
    max-height:400px;
    position:relative;
    background: rgb(92, 127, 179);
}
.living-img:hover img {
    opacity:0.4;
}
.living-img img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.living-content-area h3 {
    margin: 0 0 15px;
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 0.75em;
    font-family: "aller", sans-serif;
}

.living-content-area p {
    font-size: 1.8rem;
    font-weight: 300;
    line-height: 27px;
    font-family: "Assistant", sans-serif;
}
.living-content.two .living-img {
    margin-right: auto;
    margin-left: 0;
}

.living-content.two .living-content-area {
    left: auto;
    right: 150px;
}
.living-content.one::before {
    position: absolute;
    content: '';
    bottom: -58px;
    left: 40%;
    background: url(/template/8bd7a52b/images/dot.svg);
    width: 180px;
    height: 180px;
    background-size: 16px;
}







.living-content.two {
    animation-duration: 1s;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-name: inleft;
    -webkit-animation-name: inleft;
}
@keyframes inleft {
    from {
        transform: translate3d(-50px,0,0);
      opacity: 0;
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1;
    }
}

.living-content.one{
    animation-duration: 1s;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-name: inright;
    -webkit-animation-name: inright;
}
@keyframes inright {
    from {
        transform: translate3d(50px,0,0);
      opacity: 0;
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1;
    }
}
