.thumbnail {
    display: inline-block;
    border-radius: 11px;
    width: 100%;
    max-width: 240px;
    box-shadow: 0 0 10px 5px rgba(0,0,0,0.1);
    text-align: left;
    vertical-align: top;
    margin: 10px;
    background: black;
}

.thumbnail-cover {
    width: 100%;
    height: 75px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    overflow: hidden;
    opacity: 0.75;
}

.thumbnail .thumbnail-content {
    position: relative;
    background: white;
    min-height: 120px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    box-sizing: border-box;
    padding: 20px 20px 40px;
}

.thumbnail-icon {
    height: 40px;
    position: absolute;
    top:-60px;
    right: 0;
    left:0;
    margin: auto;
}

.thumbnail-footer {
    position: absolute;
    text-align: right;
    bottom: 10px;
    right: 10px;
}

.thumbnail-footer-left {
    position: absolute;
    text-align: right;
    bottom: 10px;
    right: 10px;
}

.thumbnail .btn {
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 20px;
    min-width: 50px;
    text-align: center;
}

.thumbnail-title {
    margin: 0 0 5px;
    font-weight: bold;
    font-size: 16px;
}

.thumbnail-description {
    margin: 0 0 3px;
    font-size: 14px;
    color: rgba(0,0,0,0.5);
}

.thumbnail .badge {
    position: absolute;
    background: #f39c12;
    border-radius: 20px;
    color: white;
    top:-10px;
    left: 20px;
    font-size: 12px;
    height: 20px;
    padding: 0 20px;
    line-height: 20px;
}

.thumbnail-footer a{
    display: inline-block;
    background: #3498db;
    color: white;
    font-size: 12px;
    border-radius: 20px;
    text-decoration: none;
    padding: 5px 10px;
    font-weight: 500;
}

.thumbnail-footer-left a {
    display: inline-block;
    background: #3498db;
    color: white;
    font-size: 12px;
    border-radius: 20px;
    text-decoration: none;
    padding: 5px 10px;
    font-weight: 500;
}