
@media (min-width: 992px) {
	.section-with-image {
		display: flex;
		align-items: center;
		flex-direction: row-reverse;
	}

	.section-with-image img {
		max-width: 50%;
		margin-right: 20px;
	}
	
	#qr-contact{
		width:25%;
	}
}
							
@media (max-width: 991px) {
	.section-with-image img {
		max-width: 100%;
		margin-bottom: 20px;
	}

	.section-with-image {
		text-align: center;
		flex-direction: column;
	}
	
	#qr-contact{
		width:50%;
	}
	
	li{
		text-align: left;
	}
}
				
.error {
	color: red;
	font-size: 0.875em;
}

.modal {
	display: none;
	position: fixed;
	z-index: 1050;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-color: rgba(0, 0, 0, 0.5);
}
				
.modal-dialog {
	margin: 10% auto;
	max-width: 500px;
	background: #fff;
	padding: 20px;
	border-radius: 8px;
	text-align: center;
}
			
.char-counter {
	font-size: 0.875em;
	color: gray;
	text-align: right;
}

header {
	text-align: center;
	padding: 20px;
}

header img {
	height: 60px;
}

@media (max-width: 768px) {
	header {
		flex-direction: column;
	}

	header img {
		margin-bottom: 10px;
	}

	header video {
		width: 100%;
	}
}

video{
	width: 100%; 
	max-height: 400px; 
	object-fit: cover;
}

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

.cryptedphone:after {
  content: attr(data-prefix) " " attr(data-phone1) " " attr(data-phone2) " " attr(data-phone3); 
}