

/* Image Opacity */
.grid img {
    opacity: .4;
    padding: 20px;

}
.grid img:hover {
    opacity: 5;
}
