h2.h2img img{
width: 50px;
}
h2.h2img{margin-bottom:1em;}
h2.h2img:before {
  display: none;
}
#galbox a{
    border-bottom:none;
}

#galbox ul{
    display: flex;
    list-style: none;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
    padding: 0;
}
#galbox ul li{
    width: 34%;  
}
#galbox ul li img{
    width: 100%;  
}
a.lightcase-icon-close{
    border-bottom: 0;
}

		@media screen and (max-width: 1680px) {
			

		}

		@media screen and (max-width: 1280px) {

			
		}

		@media screen and (max-width: 736px) {
#galbox ul li{
    width: 50%;  
}
			
		}


