

.thumbnail {
    display: block;
    padding: 8px;
    margin-bottom: 30px;
    line-height: 1.6667;
    background-color: #ffffff;
    border: 2px solid #dddddd;
    border-radius: 10px;
    transition: border 0.2s ease-in-out;
}