﻿body {
	background-color:azure;
	font-family: Calibri;
	font-size: medium;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	
}

.adgalery {
	box-sizing: border-box;
	background-color:azure;
	margin: 0 10% 0 10%
}

.adgalery figure {
	background: #000;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.8);
	display: inline-block;
	height: 250px;
	margin: 0 0 20px 30px;
	overflow: hidden;
	padding: 0;
	width: 300px;
}

.adgalery figure img {
	width: 100%;
	height: 100%;
}



@media only screen and (max-width: 600px) {

.adgalery figure {
	background: #000;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.8);
	display: inline-block;
	height: 120px;
	margin: 0 0 6px 9px;
	overflow: hidden;
	padding: 0;
	width: 120px;
}

.adgalery figure img {
	width: 100%;
	height: 100%;
}
}