.car-info-cover-block 
{
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0.5);
    color: #fff;
    text-align: center;
    display: none;
}

.b-featured__item:hover .car-info-cover-block 
{
    display: block;
}

.car-info-cover-block  .cover-phone
{
    height: 58px;
    line-height: 58px;
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 20px;
}

.car-info-cover-block  .cover-address 
{
    font-size: 17px;
    padding: 0 20px;
    max-height 100px;
    overflow: hidden;
}



.listing:hover .car-info-cover-block 
{
    display: block;
}



.save_cars_wrapper .listings-grid .listing:hover .car-info-cover-block 
{
    display: block;
}

.save_cars_wrapper .listings-grid .listing .car-info-cover-block  .cover-phone
{
    height: 40px;
    line-height: 40px;
}

.save_cars_wrapper .listings-grid .listing .car-info-cover-block  .cover-address
{
    padding: 0 10px;
}


.save_cars_wrapper .listings-list .listing:hover .car-info-cover-block 
{
    display: block;
}

.save_cars_wrapper .listings-list .listing .car-info-cover-block  .cover-phone
{
    height: 80px;
    line-height: 80px;
}