	.gallery-image
	{
		position: relative;
	}
	.gallery-image div
	{
		position: absolute;
		top: 0px;
		width: 100%;
		height: 100%;
		text-align: center;
		background-color: rgb(100,130,160,0.7)!important;
		display: none;
	}
	.gallery-image h6
	{
		position: absolute;
		bottom: 30px;
		width: 100%;
		font-weight: bold;
		font-family: varela_roundregular;
		color: white;
	}

	header{
		transition: all 0.6s ease-out;
	}