/**
 *
 * Realworks CSS
 *
 */
/*
.house-card {
    padding:6px;
    display:block;
    width: 100%;
    height: 150px;
    color:#273638;
    background-color: #efefef;
    border-radius: 8px;
}

.house-card .card-member__image img {
    margin-right: 20px;
    height: 130px;
    width: auto;
}
.house-info {
    margin-bottom: 10px!important;
}
@media (min-width:1024px) {
    .house-info__image img {
        height:auto!important;
        -o-object-fit:contain!important;
        object-fit:contain!important;
    }
}
@media (min-width:1024px) {
    .house-info__image {
        height:auto!important;
    }
}
.house-media__slide picture {
    width: 200px !important;
}
.house-media__slide.slick-slide {
    width: 200px !important;
}
.house-media__slide img {
    width: 200px !important;
    height: auto !important;
}
.house-info .social {
    margin-top: 5px !important;
}
.social span,
.social ul li a {
    color: white!important;
}

.house-description {
    background-color:#273638!important;;
}
*/