.car-thumb {
    float: left;
    width: 100%;
    padding-top: 60%;
    background: transparent;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.car-thumb img{
    display: none;
}
.home-blog img {
    width: 100%;
    max-height: 170px;
}
.item_old{
	margin-top:15px;
}
	.owl-carousel {
    display: block;
	float: left;
}
.owl-carousel .item{
    width: 20%;
    float: left;
    padding: 10px;
    box-sizing: border-box;
}
.owl-carousel .item:nth-child(5n + 1){
clear: both;
}

@media (max-width: 768px){
	.owl-carousel .item
	{
    width: 50%;
    float: left;
    padding: 10px;
    box-sizing: border-box;
    }
.owl-carousel .item:nth-child(5n + 1)
    {
    clear: none;
    }
.owl-carousel .item:nth-child(2n + 1)
    {
    clear: both;
    }
                            }