.air-gallery-grid {
	margin-bottom: 25px;
	text-align: center;
}
	.air-gallery-grid ul {
		padding: 15px 5px 0;
		background-color: #f9f9f9;
	}
		.air-gallery-grid ul li {
			position: relative;
		}
	
	.air-gallery-grid ul li a {
		display: block;
		overflow: hidden;
	}

	.air-gallery-grid ul li a img {
		width: 100%;
	}

	.air-gallery-grid ul li .content {
		display: block;
		width: 70%;
		padding: 25px 10px;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		background-color: rgba(255, 255, 255, 0.95);
		color: #11102a;
		text-align: center;
	}
		.air-gallery-grid ul li .content h3 {
			margin-top: 0;
			margin-bottom: 15px;
			font-family: 'klinic_slabbold';
			font-size: 20px;
			font-weight: bold;
			line-height: 1.2;
			color: #11102a;
		}

		.air-gallery-grid ul li .content p {
			margin-bottom: 15px;
			font-family: 'akzidenz-grotesk_stdregular';
			font-size: 16px;
			line-height: 1.1;
			color: #11102a;
		}

		.air-gallery-grid ul li .content .readmore {
			color: #11102a;
			font-family: 'klinic_slabbold';
			font-weight: bold;
		}
			.air-gallery-grid ul li .content .readmore:hover {
				color: #000;
				text-decoration: underline;
			}

/* Tablet */
@media only screen and (min-width: 40.063em) {
	.air-gallery-grid ul li a img {
		transition: all 0.5s ease;
	}
		.air-gallery-grid ul li a:hover img {
			transition: all 0.5s ease;
			transform: scale(1.05);
		}

	.air-gallery-grid ul li .content {
		width: 80%;
		transition: all 0.5s ease;
		opacity: 0;
		pointer-events: none;
		top: 60%;
	}
		.air-gallery-grid ul li a:hover .content {
			transition: all 0.5s ease;
			opacity: 1;
			pointer-events: all;
			top: 45%;
		}
}

/* Desktop */
@media only screen and (min-width: 64.063em) {

}
