.image_thumbnail {
    display: inline-block;
    max-width: 100%;
    border-radius: 4px;
    width: 254px;
    height: 320px;
}
.details {
    background-color: rgba(0, 0, 0, 0.6);
    color: white;
    font-size: 22px;
    text-align: center;
    position: absolute; 
    bottom: 0; 
    left: 0; 
    width: 100%; 
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 20px;
}
body {
    font-family: 'PT Sans Narrow', sans-serif;
}

.header {
    background: url('../files/interface/header.jpg') no-repeat center;
    height: 117px;
}
.wrapper {
    margin: 5px;
    padding-left: 50px;
}
.thumbnail {
    margin: 1px;
    padding: 0px;
    border: 0;
    float: left;
    box-shadow: none;
}
.img-wrapper {
    position: relative;
    width: 100%;
}
.star {
    position: absolute;
    top: -5px;
    left: -5px;
    width: 55px;
    height: 55px;
    text-align: center;
    font-size: 30px;
    color: #FFFFFF;
    padding-top: 5px;
    text-shadow: 0 1px 2px #000;
    z-index: 20;
    font-weight: bold;
    background: url('../files/interface/cool-icons-star-9c9057.png') no-repeat;
    background-size: 100%;
}
.vote_counter {
    color: #9C9057;
    line-height: 0.8;
    font-size: 21px;
}
.sms_text {
    color: #9C9057;
    font-weight: 800;
}
@media screen and (max-width: 1024px) {
    .image_thumbnail {
        width: 142px;
        height: 190px;
    }
    .details {
        font-size: 16px;
        line-height: 15px;
    }
    .vote_counter {
        font-size: 14px;
    }
    .star {
        font-size: 18px;
        width: 34px;
        height: 34px;
    }
    .wrapper {
        margin: 5px;
        padding-top: 10px;
        padding-left: 0px;
    }
}