.kiwi-post-image{
	position: relative;
}

.kiwi-post-image img{
	width: 100%;
	height: auto;
	object-fit: cover;
	border-radius: 20px;
	display: block;
}

.kiwi-post-image:has(.kiwi-post-image-absolute) img{
	min-height: 400px;
	height: 400px;
	max-height: 400px;
}

.kiwi-post-related .kiwi-post-image img{
	min-height: 250px;
	height: 250px;
	max-height: 250px;
}

.kiwi-post-loop .kiwi-post-image img{
	min-height: 350px;
	height: 350px;
	max-height: 350px;
}

.kiwi-post-image .kiwi-post-image-absolute{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #1B1B1B9E;
	backdrop-filter: blur(30px);
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	color: white;
	padding: 25px 40px;
}

.kiwi-post-image .kiwi-post-image-absolute h1{
	color: white;
}

@media (max-width: 549px) {
	.kiwi-post-image:has(.kiwi-post-image-absolute){
		margin: 0 -15px;
		margin-top: -30px;
		width: calc(100% + 30px);
	}
	
	.kiwi-post-image:has(.kiwi-post-image-absolute) img,
	.kiwi-post-image:has(.kiwi-post-image-absolute) .kiwi-post-image-absolute{
		border-radius: unset;
	}
	
	.kiwi-post-image .kiwi-post-image-absolute{
		padding: 20px 15px;
	}
}