body.tag-legacy .entry-content figure:first-of-type {
    display: none;
}

.alire-Row {
  display: flex;
  gap: 30px;
}

.alire-Column {
  width:33%;
  border: 3px solid var(--wp--preset--color--accent-1);
}

.alire-div {
	position:relative;
	aspect-ratio: 4/3;
}

.alire-image, .alire-image img, iframe {
	width:100%;
	height: 100%;
	object-fit: cover;
}

.alire-presentation {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.alire-presentation::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: var(--wp--preset--color--base);
	opacity: .5;
}

.alire-presentation .alire-title {
	margin: 0;
	position: relative;
	z-index: 1;
}

.alire-presentation div, .alire-presentation a {
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	text-align: center;
}

.alire-presentation h3 {
	margin: 0;
	padding: 15px;
	font-size: 25px;

}
