
.section60d8f0ad .row { 
  display: flex;
  flex-wrap: wrap;
}

.section60d8f0ad .col-12 {
	margin: 0px;
	flex-grow: 1;
  display: flex;
  flex-direction: column;
  padding: 7px;
}

.section60d8f0ad .caption-container {
	background-image: linear-gradient(to bottom, transparent 10%, #efefef 10%, #efefef 100%);
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center; /* Vertically align text in the middle */
  align-items: center; /* Horizontally align text in the center */
	border-radius: 0 0 5px 5px;
}

.section60d8f0ad img {
	border-radius: 5px 5px 0 0; border-bottom: none;
}

.section60d8f0ad .lead-text {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  j/ustify-content: center; /* Vertically align text in the middle */
	text-align: center;
	font-size: 1.0rem;
	font-family: Arial;
	color: black;
	padding: 10px 10px 0px 10px;
}

.section60d8f0ad .description,
.section60d8f0ad .tags {
	text-align: center;
	font-size: 1rem;
	font-family: Arial;
	padding: 0px 10px 10px 10px;
	color: black;
}

.section60d8f0ad .button-container {
  width: 100%;
  padding: 5px;
  background: transparent;
  border-top: 0px solid white;
}
.section60d8f0ad .caption-button {
  margin-top: auto; /* Pushes the button to the bottom */
  text-align: center;
}
   
/* MIXITUP */
.section60d8f0ad .btn { 
	padding: 5px 10px; 
	margin: 5px;
	margin: 5px;
}

.batman{}
