.mfp-fullscreen .mfp-iframe-scaler {
	width: 100%;
	height: 90vh;
	overflow: hidden;
	padding-top: 0;
}

.equal-height-img {
  max-height: 550px; /* oder eine andere einheitliche Höhe */
  height: 90vw;
  width: 100%;
  object-fit: cover;
  display: block;
}



/*****************************************
02 Cryptedmail
/**/

.cryptedmail {
  
}
.cryptedmail:after {
  content: attr(data-name) "@" attr(data-domain) "." attr(data-tld); 
}

