.yelp-info {
    font-family: Lato, sans-serif;
    display: block;
    float: left;
    width: 100%;
}
.yelp-info .cols {
    -moz-column-count: 4;
    -moz-column-gap: 1%;
    -moz-column-width: 24%;
    -webkit-column-count: 4;
    -webkit-column-gap: 1%;
    -webkit-column-width: 24%;
    column-count: 4;
    column-gap: 1%;
    column-width: 24%;
}
@media (max-width: 900px) {
    .yelp-info .cols {
        -moz-column-count: 2;
        -moz-column-gap: 3%;
        -moz-column-width: 47%;
        -webkit-column-count: 2;
        -webkit-column-gap: 3%;
        -webkit-column-width: 47%;
        column-count: 2;
        column-gap: 3%;
        column-width: 47%;
    }
}
@media (max-width: 650px) {
    .yelp-info .cols {
        -moz-column-count: 1;
        -moz-column-gap: 3%;
        -moz-column-width: 97%;
        -webkit-column-count: 1;
        -webkit-column-gap: 3%;
        -webkit-column-width: 97%;
        column-count: 1;
        column-gap: 3%;
        column-width: 97%;
    }
}
.yelp-info .box {
    margin-bottom: 20px;
    transition: all 0.2s ease-in-out;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    height: auto;
    display: inline-block;
    overflow: hidden;
    background-color: #fff;
}
.yelp-info .yelp-card {
    width: 100%;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.24), 0 1px 5px 0 rgba(0, 0, 0, 0.19);
}
.yelp-info .yelp-card img {
    margin: 0;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
@keyframes bounce {
    0%,
    100%,
    20%,
    50%,
    80% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    60% {
        -webkit-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}
.yelp-info .product-address {
	color: #52616a;
    letter-spacing: 1px;
    font-size: 12px;
    line-height: 15px;
    padding: 0.5em;
	font-size: bold; 
}

.yelp-info a.yelp-link {
    overflow: hidden;
}

.yelp-info .yelp-branding {
    width: 80px;
    position: absolute;
    bottom: 10px;
    right: 3px;
}
.yelp-info .yelp-images {
    position: relative;
    overflow: hidden;
}
.yelp-info .yelp-images img {
    margin-bottom: -8px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1);
    -moz-transform: translateZ(0) scale(1);
    -o-transform: translateZ(0) scale(1);
    transform: translateZ(0) scale(1);
	
	height: 240px;
	width: 100%;
}

.yelp-info .yelp-images img:hover {
    -webkit-transform: translateZ(0) scale(1.1);
    -moz-transform: translateZ(0) scale(1.1);
    -o-transform: translateZ(0) scale(1.1);
    transform: translateZ(0) scale(1.1);
}

.yelp-info .product-info {
    padding: 0.5em;
}

.yelp-info .product-desc {
}

.yelp-info .product-name {
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
}

.yelp-info .product-name a {
    color: #444;
    font-family: Lato, sans-serif;
}

.yelp-info .product-rating {
    color: #888;
    font-size: 14px;
}

.yelp-info .product-categories {
    color: #888;
    font-size: 14px;
}

.yelp-info .product-price {
    font-size: 28px;
    line-height: 50px;
}