body {
	background-color: #f0e6d2 !important;
	background-image: url('../img/markohol_bg_pattern.jpg');
	background-repeat: repeat;
	height: 100%;
}

.full-height {
	height: 100vh;
}

.content-center {
	display: flex;
	justify-content: center;
	align-items: center;
}

.markohol-card {
	/* The Shadow Field you requested */
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);

	/* Border aesthetics */
	border-radius: 12px;
	overflow: hidden;
	background-color: #000; /* Safety backing */

	/* Ensure the div hugs the image strictly */
	display: inline-block;
	line-height: 0;
}

.markohol-card img {
	width: 100%;
	height: auto;
	display: block;
}
