@charset "utf-8";

:root{
    --font-syne: 'Syne', sans-serif;
}

/*---------------------------------------------------*/
/*	11) ERLING GALLERY
/*---------------------------------------------------*/
.erling_tm_interests{
	width: 100%;
	padding: 80px 0px 30px 0px;
	background-color: #ffffff; /*white: eaeaea  grey:f7f7f7*/
}

.erling_tm_interests .interests_inner{
	width: 100%;
}

.gallery-container{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
	column-gap: 10px;
	row-gap: 10px;
    overflow: hidden;
	align-items: center;
}

.gallery-container .gallery-item{
	align-items: center;
}

.heatmap-container {
    display: contents;
    justify-content: center;
    align-items: center;
}

#heatmap-iframe {
	width: 100%;
	zoom: 0.9;
	justify-content: center;
    align-items: center;
}


@media (max-width: 768px) {
	.gallery-container{grid-template-columns: repeat(1, 1fr)}
	.heatmap-container{height: auto; align-items: center;}
	#heatmap-iframe {width: auto; height: auto; max-height: 120px; margin-bottom: 0px;}

}
