  /*=============+
| GRID GALLERY |
+=============*/
#grid-photo-text-box-link {
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

#grid-photo-text-box {
	height: 100%;
	font-family: 'Oswald', sans-serif;
	font-size: 1.15em;
	line-height: 1.25;
	color: #003594;
}
@media (min-width: 576px) {
	#grid-photo-text-box {
		font-size: 1.25rem;
	}
}
@media (min-width: 768px) {
	#grid-photo-text-box {
		height: 210px;
	}
}
@media (min-width: 768px) {
	#grid-photo-text-box {
		height: 210px;
	}
}
@media (min-width: 992px) {
	#grid-photo-text-box {
		height: 290px;
		font-size: 2rem;
	}
}
@media (min-width: 1200px) {
	#grid-photo-text-box {
		height: 350px;
		font-size: 2.25rem;
	}
}

/*=============+
| GRID GALLERY |
+=============*/
.grid-photo-landscape {
	max-height: 200px;
}

@media (min-width: 576px) {
	.grid-photo-landscape {
		max-height: 240px;
	}
}

@media (min-width: 768px) {
	.grid-photo-landscape {
		max-height: 210px;
	}
}

@media (min-width: 992px) {
	.grid-photo-landscape {
		max-height: 290px;
	}
}

@media (min-width: 1200px) {
	.grid-photo-landscape {
		max-height: 350px;
	}
}

/*==============+
| LINKED IMAGES |
+==============*/
.img-square-flex-embed:before {
	content: '';
	display: block;
	width: 100%;
	padding-bottom: 100%;
}

.img-cover {
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	margin: 0 auto;
}

.bg-image-zoom-parent,
.image-zoom-parent {
	overflow: hidden;
}

.bg-image-zoom-parent:hover .img-cover,
.bg-image-zoom-parent:focus .img-cover,
.image-zoom-parent:hover img,
.image-zoom-parent:focus img {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-moz-transform: scale(1.2);
	transform: scale(1.2);
}

.bg-image-zoom-parent .img-cover {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	width: 100%;
	height: 100%;
}
