.awards-thumbnail {
    padding: 0;
    border: none;
    transition: all 0.4s cubic-bezier(.25, .8, .25, 1);
    background: transparent;
    border-radius: 0px;
}

.awards-thumbnail:hover {

}

.awards-thumbnail:hover .short {
    color: rgba(0, 0, 0, 0.66);
}

.awards-thumbnail h3 {
    margin: 5px 0px 15px;
    text-align: left;
    letter-spacing: 0px;
    font-weight: bold;
    font-size: 21px;
    color: #f26b35;
    height: 40px;
}

.awards-thumbnail .short {
    font-size: 12px;
    margin-bottom: 15px;
    color: rgba(39, 57, 88, 0.54);
    transition: all 0.4s cubic-bezier(.25, .8, .25, 1);

}

.awards-thumbnail .caption {
    background: rgb(255, 255, 255);
}

.content {
    margin: 20px 0;
}

.selected {
    /*padding: 30px;*/
    /*background: #FFFFFF;*/
}

.selected h1 {
    color: #f26b35;
    font-weight: bold;
    margin: 20px 0 20px 0;
}

.selected .description {
    margin: 20px 0;

}

.vote-hint {
    font-size: 11px;
    color: #273958;
}

.top-img {
    max-width: 360px;
    max-height: 203px;
    width: auto;
    height: auto;

}