@charset "UTF-8";

.galleryWrap {
	visibility:hidden;
	overflow:hidden;
}

.galleryWrap .galleryBox {
	/* height:340px; */
	height: 450px;
	/* padding:17.5px; */
	display:inline-block;
	width:100%;
	overflow: hidden;
}

.galleryWrap .galleryBox.small {
	/* height: 170px; */
	height: 225px;
}

.galleryWrap .galleryBox .galleryImgBox {
	height:inherit;
	position:relative;
	overflow:hidden;
	margin:0;
    border: 0px solid #fff;
    border-width: 5px;
	
}

.galleryBox .galleryImgBox.heightHalf {
	/* height: 170px; */
	height: 225px;
}

.galleryBox .galleryImgBox.heightHalf:last-of-type {
		
}



.galleryImgBox img {
	width: 100%;
	height: inherit;
	/* padding: 17.5px; */
}


.galleryWrap .galleryBox.inOne {
	width:100%;
}

.galleryWrap .galleryBox.inTwo {
	width:50%;
	
}




.buttonWrapper {
	
padding: 0 17.5px;
	
margin: 35px 0;
	
text-align: center;
}

.buttonWrapper .append-button {
	
width: 208px;
	
height: 54px;
	
border: none;
	
background: #1d8bcb;
	
color: white;
	
font-weight: bold;

font-size: 20px;
}


