/* CARD */
@media( max-width: 768px ) {
	.default-gallery-img {
		min-height: 200px;
		border-radius: 2% 2% 0% 0%!important;
	}
}

/* CIRCLE */
.gallery-circle {
	display: flex;
	height: auto;
	width: 80%;
	aspect-ratio: 1 / 1;
	border-radius: 100%;
	overflow: hidden;
	/*
	align-items: center;
	justify-content: center;
	border-image: linear-gradient( rgba( 50, 50, 50, .5 ), rgba( 0, 0, 0, .5  ) ) 1 fill;
	*/
}