@media (max-width: 575px) {
	.snip1584 h3 {
		font-size: 13px;
		font-family: "Times New Roman", Times, serif!important;
		-webkit-transform: translateY(0%);
		transform: translateY(0%);
		font-weight: 400;
		-webkit-transition-delay: 0.05s;
		transition-delay: 0.05s;
		margin-top: 0px;
		margin-bottom: 30px;
		/*---*/
		text-align: center;
		line-height: inherit;

	}	
}

@media (min-width: 576px) {
	.snip1584 h3 {
		font-size: 13px;
		font-family: "Times New Roman", Times, serif!important;
		-webkit-transform: translateY(0%);
		transform: translateY(0%);
		font-weight: 400;
		-webkit-transition-delay: 0.05s;
		transition-delay: 0.05s;
		margin-top: 0px;
		margin-bottom: 30px;
		/*---*/
		text-align: center;
		line-height: inherit;
	}			
}

@media (min-width: 768px) {
	.snip1584 h3 {
		font-size: 11px;
		font-family: "Times New Roman", Times, serif!important;
		-webkit-transform: translateY(0%);
		transform: translateY(0%);
		font-weight: 400;
		-webkit-transition-delay: 0.05s;
		transition-delay: 0.05s;
		margin-top: 0px;
		margin-bottom: 30px;
		/*---*/
		text-align: center;
		line-height: inherit;
	}		
}

@media (min-width: 992px) {
	.snip1584 h3 {
		font-size: 13px;
		font-family: "Times New Roman", Times, serif!important;
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
		font-weight: 400;
		-webkit-transition-delay: 0.05s;
		transition-delay: 0.05s;
		margin-top: 15px;
		margin-bottom: 30px;
		/*---*/
		text-align: center;
		line-height: inherit;
	}		
}

@media (min-width: 1200px) {
	.snip1584 h3 {
		font-size: 13px;
		font-family: "Times New Roman", Times, serif!important;
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
		font-weight: 400;
		-webkit-transition-delay: 0.05s;
		transition-delay: 0.05s;
		margin-top: 15px;
		margin-bottom: 30px;
		/*---*/
		text-align: center;
		line-height: inherit;
	}		
}


.snip1584 {
	position: relative;
	display: inline-block;
	/*--
  	overflow: hidden;
	--*/

  	width: 100%;
  	color: #ffffff;
  	font-size: 16px;
  	text-align: left;
}
.snip1584 * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;

}

.snip1584:before {
	position: absolute;
  	top: 0px;
  	bottom: 0px;
  	left: 0px;
  	right: 0px;
	top: 100%;
	content: '';

}

.snip1584 img {
	vertical-align: top;
	max-width: 100%;
	backface-visibility: hidden;
}
.snip1584 figcaption {
  	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
    /*background-color: #091d3d6b;	*/
}
.snip1584 h3,
.snip1584 h5 {
  	opacity: 0;
	/*--
  	letter-spacing: 1px;--*/
}


.text-gallery-n {
    opacity: inherit!important;
    margin-bottom: 0px!important;
}






.snip1584 h5 {
    font-weight: normal;
    background-color: #faba40;
    color: #161616;
    padding: 11px 20px;
    font-size: 15px;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
	/*----*/
    width: fit-content;
    margin: auto;
	font-family: "Times New Roman", Times, serif!important;
}
.snip1584 h5:hover {
    background-color: #faba40;
    color: #161616;
}
.snip1584 h5:active {
	letter-spacing: 2px;
}

.snip1584 a {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
}
.snip1584:hover:before,
.snip1584.hover:before {
	top: 0px;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}
.snip1584:hover h3,
.snip1584.hover h3,
.snip1584:hover h5,
.snip1584.hover h5 {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}
.snip1584:hover h3,
.snip1584.hover h3 {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}
.snip1584:hover h5,
.snip1584.hover h5 {
	-webkit-transition-delay: 0.2s;
  	transition-delay: 0.2s;
}
/* Demo purposes only */

