/***********************************************************************
  /$$$$$$   /$$$$$$  /$$       /$$       /$$$$$$$$ /$$$$$$$  /$$     /$$
 /$$__  $$ /$$__  $$| $$      | $$      | $$_____/| $$__  $$|  $$   /$$/
| $$  \__/| $$  \ $$| $$      | $$      | $$      | $$  \ $$ \  $$ /$$/
| $$ /$$$$| $$$$$$$$| $$      | $$      | $$$$$   | $$$$$$$/  \  $$$$/
| $$|_  $$| $$__  $$| $$      | $$      | $$__/   | $$__  $$   \  $$/
| $$  \ $$| $$  | $$| $$      | $$      | $$      | $$  \ $$    | $$
|  $$$$$$/| $$  | $$| $$$$$$$$| $$$$$$$$| $$$$$$$$| $$  | $$    | $$
 \______/ |__/  |__/|________/|________/|________/|__/  |__/    |__/
 **********************************************************************/
.media_collection_gallery
{
	padding-bottom: 30px;
}

 .media_collection_gallery div.no-image-gallery-container
{
	position: relative;
	width: 100%;
	display: flex;
	flex-flow: column nowrap;
	justify-content: flex-start;
	align-items: center;
	overflow: hidden;
	margin: 30px 0;
}

.media_collection_gallery div.no-image-gallery-container a.square-image-link:link,
.media_collection_gallery div.no-image-gallery-container a.square-image-link:visited
{
	position: relative;
	max-height: 360px;
	overflow: hidden;
	padding-top: 100%;
	height: 0;
	width: 100%;
}

.media_collection_gallery div.no-image-gallery-container .no-image-caption-container
{
	width: 100%;
}

.media_collection_gallery div.no-image-gallery-container .no-image-caption-container .caption
{
	font-family: 'Questrial', sans-serif;
    font-size: 26px;
    font-weight: normal;
    color: #37373A;
    margin: 0;
    padding: 0;
}

.media_collection_gallery div.no-image-gallery-container .no-image-caption-container .description
{
	font-family: 'Questrial', sans-serif;
    font-size: 16px;
    line-height: 1.3;
    font-weight: normal;
    color: #37373A;
    margin: 0;
    padding: 0;
}

.media_collection_gallery div.no-image-gallery-container .no-image-caption-container a.square-image-link:link,
.media_collection_gallery div.no-image-gallery-container .no-image-caption-container a.square-image-link:active,
.media_collection_gallery div.no-image-gallery-container .no-image-caption-container a.square-image-link:visited
{
	text-decoration: underline;
	transition: all 150ms;
	white-space: nowrap;
}
