/* ***************************************************************************************    Desktop + Tablet */

	@media screen and (min-width: 737px) {

	
.image-gallery ul

{
	list-style: none;
}

.image-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content:center;
}

.image-gallery > li {
	display:inline-block;
  height: 325px;
  cursor: pointer;
  position: relative;
  margin-bottom:1em;

 
}

.image-gallery li img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  border-radius: 5px;
}

#gallery-text
{
	 margin-top:-5px;
	
}





/* Mobile Only ****************************************************************************MOBILE*/
@media screen and (max-width: 736px) {
	

	.image-gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content:center;
}
	
	
.image-gallery li

{
	list-style: none;
	margin:0;
	margin-bottom:5px;
}



#gallery-text
{
	 margin-top:-5px;
	
}





.videobox 

{
	height:220px;
}


.image-gallery img

{
width:100%;}

	
