


/* ***************************************************************************************    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;
	
}


.video-gallery

{
	
width:350px;
}
	
	
.gallery-thumb-container-video

{
	height:250px;
	overflow:hidden;
}


.gallery-thumb-container-video img

{
	 object-fit: cover;
}


 	@media screen and (min-width: 1200px) and (max-width: 2000px) {
		 .gallery-thumb-container-video

{
	height:250px;
	overflow:hidden;
}
		
	}

 
 .gallery-thumb-container-video img
 {
	   
 }
	
	
	
	
	
	}
	
	

/* 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%;}

	




	
	
}
