@media screen and (max-width: 1261px) {
  #allQuadrats{
    text-align:center;
  }
}
@media screen and (min-width: 1261px) {
  #allQuadrats{
    text-align:left;
  }

}
#allQuadrats{
  max-width:1218px;
  margin-bottom:80px;
}

.block{
  display: block !important;
  margin:30px 0px;
}
.inline{
  display: inline-block !important;
}
.noSpacing{
  margin: 0px !important;
  padding: 0px !important;
}
button.bigQuadratLink{
  margin-top:10px;
  width:100%;
  height:50px;
  background-color:#A3C626;
  color:white;
  border:none;
}
button.bigQuadratNoLink{
  margin-top:10px;
  width:100%;
  height:50px;
  background-color:#A3C626;
  color:white;
  border:none;
}
button.bigQuadratLink:hover{
  background-color:#007063;
  cursor:pointer;
}
div.bigQuadratLink{
 width:360px;
 max-width:100%;
 display: inline-block;
 margin:21px;
 align-items: center;
 align:center;
}
.easyzoom {
	position: relative;

	/* 'Shrink-wrap' the element */
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
.description {
	position: relative;
  vertical-align: bottom;
}
/* @media screen and (max-width: 1100px) {
  .description img{
  	max-width: 100vw;
    min-width: 650px;
  }
  .description {
  	display: block !important;
    text-align:center !important;
    vertical-align: center !important;
    position: static !important;
  }
  .block{
    text-align:center !important;
  }
} */

.easyzoom img {
	vertical-align: bottom;
}

.easyzoom.is-loading img {
	cursor: progress;
}

.easyzoom.is-ready img {
	cursor: crosshair;
}

.easyzoom.is-error  img {
	cursor: not-allowed;
}

.easyzoom-notice {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 150;
	width: 10em;
	margin: -1em 0 0 -5em;
	line-height: 2em;
	text-align: center;
	background: #FFF;
	box-shadow: 0 0 10px #888;
}

.easyzoom-flyout {
	position:absolute;
	z-index: 100;
	overflow: hidden;
	background: #FFF;
}

.easyzoom--overlay .easyzoom-flyout {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.easyzoom--adjacent .easyzoom-flyout {
	top: 0;
	left: 100%;
	width: 100%;
	height: 100%;
	margin-left: 20px;
}
