div.gallery {
  margin: 6px;
  border: 1px solid #fff;
  float: left;
  width: 495px;
  padding: 10px;
}

.galleryrelease {
font-style: italic;
font-size: 14px;
}

.gallerycontent {
  background-color: black;
  padding-right: 12px;
  padding-left: 4px;
  padding-top: 4px;
  border: 2px solid #fff;
}

div.gallerycontent:hover {
  /* border: 1px solid #777; */
  background-color: #444;
}

table, th, td {
  border:1px solid white;
}

.artgallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  image-rendering: smooth;
	image-rendering: auto;
	font-size: 20px;
	
}
  
.artgallery img {
  max-width: 600px;
  height: 300px;
  object-fit: cover;
  border: 2px solid #000;
  background: #000;
  margin: 2px;
  cursor: pointer;
  
  image-rendering: smooth;
  image-rendering: auto;
}
  
.artgallery img:hover {
  -webkit-filter: brightness(120%);
  transform : translateY(-3px);
}

.all {
  image-rendering: smooth;
  image-rendering: auto;
}