#gallery-wrapper {
	position: relative;
	width: 100%;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
		}
		img.thumb {
		width: 100%;
		max-width: 100%;
		height: auto;
		}
.white-panel {
	position: absolute;
	background: white;
	box-shadow: 0px 1px 1px rgba(0,0,0,0.2);
	padding: 8px;
	margin: 5px;
}
.white-panel .writing{
	position: relative;
	margin-top: 50px;
	text-align: center;
    margin-right: 10px;
	margin-left: 10px;
	
}

.white-panel .writing a{
	color: #FFF;
	background-color: #900;
	top: -75px;
	z-index: 1;
	position: absolute;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
	border-radius: 60px;
	text-transform: uppercase;
	font-size: 8px;
	left: 50%;
	margin-left: px;
	height: 55px;
	width: 55px;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
	margin-left: -30px;
	border: 4px solid #FFF;
}
.white-panel .writing a:hover{
	background-color: #000;	
}
.white-panel .writing h1 {
	font-size: 1.1em;
	text-align: center;
	font-weight: 200;
}
		
.white-panel .writing p {
	font-size: 0.9em;
	line-height: 22px;
	color: #000;
}
		.white-panel:hover {
		box-shadow: 1px 1px 10px rgba(0,0,0,0.1);
		margin-top: -5px;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
		}







@media screen and (max-width: 50em) {
	.htmleaf-header {
		padding: 3em 10% 4em;
	}
	.htmleaf-header h1 {
        font-size:2em;
    }
}


@media screen and (max-width: 40em) {
	.htmleaf-header h1 {
		font-size: 1.5em;
	}
}

@media screen and (max-width: 30em) {
    .htmleaf-header h1 {
        font-size:1.2em;
    }
}