﻿.benz-homes{padding:0}
.benz-homes .entery .item{width:25%;padding:10px}
.benz-homes .entery,
.benz-homes .entery *{
    user-select:none;
    -webkit-user-select:none;
}
.benz-homes .entery{
    touch-action: pan-x;
    overflow-y: hidden;
}
@media only screen and (min-width:920px){
.benz-homes2 {margin-bottom: -20px;}
.benz-homes .entery{width:calc(100% + 20px);transform:translateX(10px); margin-bottom: 28px;}
.benz-homes .entery:hover .item{filter:grayscale(1);opacity:.7 !important;transform:scale(.97)}
.benz-homes .entery .item:hover{filter:grayscale(0) !important;opacity:1 !important;transform:scale(1)}
}
@media only screen and (max-width:920px){
.benz-homes {margin-top: -32px;margin-bottom: -1px;}
.benz-homes2 {margin-top: 0px;margin-bottom: 0px;}
.benz-homes .entery .item{width:300px;padding:28px 0;margin:0 7.5px;}
.benz-homes2 .entery .item{margin-top: -20px;margin-bottom: -20px;}
.benz-homes .entery .item img{height:150px}
}