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

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

.section25bbf12a .caption-container {
	background-image: linear-gradient(to bottom, transparent 10%, rgba(0,0,0,.3) 10%, rgba(0,0,0,.3) 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;
	
}

.section25bbf12a img {

	img-corners: img-corners;


	
		border-bottom: none;
		-moz-border-radius: 10px; 
		-webkit-border-radius: 10px; 
		border-radius: 10px;
		border-radius: 10px;
	
}

.section25bbf12a .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: white;
	padding: 10px 10px;
}

.section25bbf12a .description,
.section25bbf12a .tags {
	text-align: center;
	font-size: btn-red;
	font-family: Arial;
	padding: 10px 10px 0px;
	color: white;
}

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

.section25bbf12a .btn { 
	padding: 5px 10px; 
	margin:  10px 10px 10px 10px;
}


figure.snip1384 {
  font-family: 'Raleway', Arial, sans-serif;
  po/sition: relative;
  overflow: hidden;
  m/argin: 10px;
  width: 100%;
  color: #ffffff;
  text-align: left;
  font-size: 16px;
  background-color: #000000;
}
figure.snip1384 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
figure.snip1384 img {
  max-width: 100%;
  backface-visibility: hidden;
  vertical-align: top;
}
figure.snip1384:after,
figure.snip1384 figcaption {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
		border-radius: 10px;
}
figure.snip1384:after {
  content: '';
  background-color: rgba(0, 0, 0, 0.65);
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  opacity: 0;
}
figure.snip1384 figcaption {
  z-index: 1;
  padding: 40px;
}
figure.snip1384 .lead-text,
figure.snip1384 .links {
  width: 100%;
  margin: 5px 0;
  padding: 0;
}
figure.snip1384 .lead-text {
  line-height: 1.1em;
  font-weight: 700;
  font-size: 1.4em;
  text-transform: uppercase;
  opacity: 0;
}
figure.snip1384 .description {
  font-size: 0.8em;
  font-weight: 300;
  letter-spacing: 1px;
  opacity: 0;
  top: 50%;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
}
figure.snip1384 i {
  position: absolute;
  bottom: 10px;
  right: 10px;
  padding: 20px 25px;
  font-size: 34px;
  opacity: 0;
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
}
figure.snip1384 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
figure.snip1384:hover img,
figure.snip1384.hover img {
  zoom: 1;
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  opacity: 0.5;
}
figure.snip1384:hover:after,
figure.snip1384.hover:after {
  opacity: 1;
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 10px;
  right: 10px;
}
figure.snip1384:hover .lead-text,
figure.snip1384.hover .lead-text,
figure.snip1384:hover .description,
figure.snip1384.hover .description,
figure.snip1384:hover i,
figure.snip1384.hover i {
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  opacity: 1;
}
