
.thumb img {
            -webkit-filter: grayscale(0);
            filter: none;
            border-radius: 5px;
            background-color: #fff;
            border: 1px solid #ddd;
            padding: 5px;
        }

        .thumb img:hover {
            -webkit-filter: grayscale(1);
            filter: grayscale(1);
        }

        .thumb {
            padding: 5px;
            display: flex;
        }
.votebtn {
    cursor: pointer;
    position: absolute!important;
    /* float: right; */
    right: 25;
    margin-top: 10px!important;
}
.vote_row {
    padding: 10px;
    text-align: center;
}