.showcase-vertical{
	height:100%!important;
	width: auto!important;
	margin-left:28%;
	/*
	since showcase aspect ratio:1.5 to 1,
	vertical photo aspect ratio is about:0.66 to 1,
	v width is about (0.66/1.5) = 44% of s width,
	s width left+right margin is (100-44)% = 56%,
	left margin = 28% to center the vertical photo.
	*/
}
.gallery-group{
	display: table-cell;
	/*padding: 10px;*/
	width: 30%;
	vertical-align: middle;
}
.gallery-row{
	display: table;
	border-collapse: collapse;
	border-spacing: 0;
	text-align: center;
	height: 120px;
}
.tiled-gallery-item{
	display: block;
  margin-left: auto;
  margin-right: auto;
}
.tiled-gallery-item img{
	width: 100%;
	height: 100%;
	max-width: 140px;
}

.img500 {
  display: block;
  text-align: justify;
  margin: 0 auto;
  width: 30em;
    max-width: 100%;
}
.img500 img {
  	display: block;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 1em;
}

.caption {
    display: block;
      font-size: 0.9em;
}

.lastframe {
	width: 100%;
	display: block;
}

.middle {
  width: 15%;


}

.lasttext {
	width: 70%;
}

.is-singular .entry-media {
	background-position:  center top;
	top: 95px;
}

.is-singular .entry-media-thumb {
	background-position: center top;
}


#content.f3274876-63c6-4b09-9692-1629761c1194 {
    padding-top: 185px;
}
