﻿/*.image-caption {
    background: #f5f5f5;
    padding: 8px 10px;
    margin-bottom: 10px;
}

.image-caption p {
    margin: 0px;
}

.image-caption:last-child {
    margin-bottom: 0px;
}*/

.list-image .item {
    margin-bottom: 20px;
}

.list-image .item:hover {
    cursor: pointer;
}

.list-image .item:last-child {
    margin-bottom: 0px;
}

.list-image .item .caption {
    background: #f5f5f5;
    padding: 8px 10px;
}

.list-image .item .caption p {
    margin: 0px;
    color: #303030;
}