#gallery-wrapper { display: flex; position: relative; justify-content: center; max-width: 90vw; margin: auto;}

#gallery {
display:grid;
align-items: baseline;
grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
width: auto;

column-count: 5;
column-gap: 20px;

text-align: center;
margin: auto;
font-size: 1.3rem;
/* line-height: 2rem; */
/*! padding: 20px; */
/* white-space: nowrap; */
text-wrap-style: balance;
}

#gallery img {
	width: auto !important;
	height: auto !important;
	margin-bottom: 5px;
	max-width: 15vw;
	/* max-height: 40vh; */
	max-height: 50vh;
/* 	box-shadow: 0px 1px 13px 3px #B6C9D6, 0px 0px 0px 2px rgba(255, 255, 255, 0.67); */
	box-shadow: 1px 1px 15px 1px #a5aac08a;
}

#gallery p {border: solid 1px #e5e5e5; }
#gallery p:hover { border: solid 1px #c0c4d1; }
#gallery a { text-decoration: none; color:#505260; cursor:auto;}
#gallery a:hover { color:#bb2727; }

.SOLD::before {
	content: url(https://cubanfinearts.org/images/SoldFlag-360.png);
	display: flex;
	position: absolute;
/* 	height: 6%; */
/* 	min-height: 70px; */
/* 	max-height: 70px; */
	transform: matrix(0.3, 0, 0, .3, -130, -80);
}


@media (max-width: 1600px) {
   #gallery { grid-template-columns: 1fr 1fr 1fr 1fr; }
   #gallery img { max-width: 15vw; }
}

@media (max-width: 1350px) {
   #gallery { grid-template-columns: 1fr 1fr 1fr ; }
   #gallery img { max-width: 25vw; }
}

@media (max-width: 800px) {
   #gallery { grid-template-columns: 1fr 1fr ; }
   #gallery img { max-width: 40vw; }
}

@media (max-width: 450px) {
   #gallery { grid-template-columns: 1fr ; white-space: normal; }
   #gallery img { /* max-width: 85vw; */ max-width: 90vw;}
  /*  #gallery-wrapper { top: -2rem; } */
   #gallery p { font-size: 1.4rem; }
   .SOLD::before { /* height: 70px; */ transform: matrix(0.3, 0, 0, .3, -120, -80); }
}

/*  NEW 3-17-2024 */

