﻿.img-thumb
{
    cursor: pointer;
    transition: 0.3s;
    opacity: 0.7;
}

.img-thumb:hover {opacity: 1.0;}
