.gallery a{
	text-decoration: none;
	padding: 5px;
	float: left;
	width: 100%;
}
.gallery img {
  
    border-radius: 5px;
    cursor: pointer;
    transition: .3s;
	width: 350px;
    height: 350px;
}
