.gpmdb-card {
	position: relative;
	display: block;
	width: 100%;
	overflow: hidden;
}



.gpmdb-image-wrap {
	width: 200px;
	height: 200px;
}

.gpmdb-image-wrap img {
    height: 100% !important;
}

.gpmdb-image {
	display: block;
	width: 200px;
	height: 200px;
}

.gpmdb-card.gpmdb-has-image {
	width: 200px;
	height: 200px;
	min-height: 0 !important;
}

.gpmdb-badge {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: #0b2a6b;
	text-align: center;
	width: 100%;
	min-height: inherit;
}

.gpmdb-day,
.gpmdb-bottom {
	margin: 0;
	line-height: 1.1;
}

.gpmdb-day {
	color: #d7a23a;
	font-size: 40px;
	font-weight: 700;
}

.gpmdb-bottom {
	color: #ffffff;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
}

.gpmdb-empty {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
	background: #f5f5f5;
	color: #444;
	font-size: 14px;
	text-align: center;
}

@media (max-width: 767px) {
	.gpmdb-image-wrap,
	.gpmdb-image,
	.gpmdb-card.gpmdb-has-image {
		width: 100%;
		height: auto;
		max-height: 200px;
	}

	.gpmdb-image {
		aspect-ratio: 1 / 1;
	}
}