figure {
	margin: 0;
	max-width: 100%;
	width: 100%;
}

img {
	vertical-align: middle;
}

.fds-header-img-responsive,
.thumbnail>img,
.thumbnail a>img,
.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
	display: flex;
	max-width: 100%;
	flex-direction: column;
	width: 100%;
	height: 400px;
	max-height: 500px;
	border: 1px solid rgba(255, 255, 255, 0.25);
	border-radius: 10px;
	background-color: rgba(255, 255, 255, 0.45);
	box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.25);
	backdrop-filter: blur(15px);
	padding: 0;
	margin-bottom: 40px;
	object-fit: cover;

}