.section_title {
    font-size: 77px;
    font-weight: 200;
    color: rgb(137, 135, 135);
    text-align: center;
    width: 700px;
    margin: 25px auto 55px;
    line-height: 65px;
}

.gallery_1 li .crop {
    width: 100%;
    overflow: hidden;
}

.gallery_1 li .crop img {
    display: block;
    height: 212px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.gallery_1 li .crop img:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.gallery_1 li {
    margin: 1px;
    float: left;
    height: 212px;
}

ul.gallery_1 {
    margin: 12px 0px 35px;
    display: table;
    box-sizing: border-box;
}

.gallery_1 li:first-of-type {
    height: 426px;
    width: 542px;
}

.gallery_1 li:first-of-type .crop {
    width: 100%;
    height: 100%;
}

.gallery_1 li:first-of-type .crop img {
    width: 100%;
    height: 100%;
}

.interior .tp-banner-container {
    height: 669px !important;
}

.interior .tp-revslider-mainul {
    position: fixed;
    z-index: -30;
}

.gallery_filt_title {
    font-size: 23px !important;
    font-weight: 500;
    color: black;
    text-align: left;
    line-height: 45px;
    border-bottom: 1px solid #8e8b8b;
    width: 100%;
}

.wrapper_filt .gallery_1 li {
    width: 283px !important;
    overflow: hidden;
}

.wrapper_filt .gallery_1 li:first-of-type {
    height: 212px;
    width: 283px;
}

.wrapper_filt .gallery_1 li:first-of-type .crop {
    width: 100%;
    height: 100%;
}

.wrapper_filt .gallery_1 li:first-of-type .crop img {
    width: 100%;
    height: 100%;
}

span.gallery_description_title {
    position: absolute;
    bottom: 0px;
    color: white;
    left: 0;
    right: 0;
}

span.background_gallery_title {
    margin: auto;
    display: table;
    background: #191919;
    padding: 3px 20px 0;
    font-size: 11px;
}