.px-images {
	/* border-radius: 30px; */
	overflow: hidden;
	max-width: 100%;
	position: relative;
	box-shadow: 0 0 30px -20px #223344;
	margin: auto;
	z-index: 0;
}

.px-images img {
	display: block;
	width: 100%;
	height: auto;
}

/* Caption px-slide-text */
.px-image-text {
	color: #f2f2f2;
	background-color: rgba(10, 10, 20, 0.1);
	backdrop-filter: blur(6px);
	border-radius: 10px;
	font-size: 20px;
	padding: 8px 12px;
	position: absolute;
	bottom: 60px;
	left: 50%;
	transform: translate(-50%);
	text-align: center;
}
