h1.BoothJunkieGalleries {
	text-align: center;
	font-family: Calibri, Candara, Segoe, Segoe UI, Optima, Arial, sans-serif;
	font-size: 32px;
	font-style: normal;
	font-variant: normal;
	font-weight: 500;
	line-height: 26.4px;
}

.BoothJunkieGalleries-fullContainer {
  padding: 0;
  margin: 0;
  list-style: none;
  
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  
  -webkit-flex-flow: row wrap;
  justify-content: space-around;
}

img.BoothJunkieGalleries-image{
  box-shadow: 0 2px 4px 0 rgba(0,0,0,1),5px 5px 5px 0 rgba(0,0,0,1) !important
}

img.BoothJunkieGalleries-image{
    top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	position: absolute;
    -webkit-transition: top 0.3s;
    -moz-transition: top 0.3s;
    -o-transition: top 0.3s;
}

img.BoothJunkieGalleries-image:hover{
    top: 15px;
    -webkit-transition: top 0.3s;
    -moz-transition: top 0.3s;
    -o-transition: top 0.3s;
}

.BoothJunkieGalleries-imageBox{
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12) !important;
  background: #000000;
  padding: 5px;
  width: 260px;
  height: 260px;
  margin-top: 10px;
  z-index: 1;
  color: white;
  font-weight: bold;
  font-size: 17pt;
  text-align: center;
}

.BoothJunkieGalleries-imageBoxBG{
  content: "";
  position: absolute;
  background-size: cover;
  background-position: center;
  width: 250px;
  height: 250px;
  z-index: 0;
  display: block;
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
}

.BoothJunkieGalleries-title{
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: black;
}


.BoothJunkieGalleries-imageContainer{
	width:260px;
	height:260px;
	position: relative;
	top: 0px;
	left: 0px;
	float: left;
	text-align: center;
}