.mondido-logos {
	margin-bottom: 8px;
}

.mondido-logos img {
	margin-right:  8px;
	width:         64px;
	border:        solid 1px gray;
	border-radius: 4px;
}

.mondido-overlay {
	position:         fixed;
	z-index:          1000;
	top:              0;
	left:             0;
	height:           100%;
	width:            100%;
	background-color: #e8e8e8;
}

.mondido-overlay img {
	position:  fixed;
	top:       50%;
	left:      50%;
	transform: translate(-50%, -50%);
}
