.my-gallery {
  width: 100%;
  float: left;
}

.my-gallery figcaption {
  display: none;
}
.my-gallery figure a{
	display: flex;
	height: 100%;
	width: 100%;
	justify-content: center;
}
@media only screen and (min-width: 480px) {

	.my-gallery img {
	width: auto;
	height: 100%;
	display: flex;
}

	.my-gallery figure {
		display: flex;
		float: left;
		width: 23%;
		margin: 1%;
		overflow: hidden;
		background-color: #fff;
		background-image: url(../../images/gal-magnifyt.png);
		background-size: auto;
		background-position: center center;
		background-repeat: no-repeat;
		height: 152px;
		align-items: center;
		justify-content: center;
}
	
}


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

.my-gallery img {
	width: 100%;
	height: 100px;
	display: flex;
}


	.my-gallery figure {
	display: block;
	float: left;
	width: 46%;
	margin-top: 0;
	margin-right: 2%;
overflow: hidden;
	margin-bottom: 10px;
	margin-left: 2%;
		background-image: url(../../images/gal-magnifyt.png);
		background-size: auto;
		background-position: center center;
		background-repeat: no-repeat;
}
	
}