.sqs-gallery-meta-container
{
  display: none;
}
.story-title-container
{
	transition: .5s ease;
	position: absolute;
	bottom: 3%;
	left: 50%;
	transform: translate(-50%, -200%);
	text-align: center;
	width: 100%;
  opacity: 0;
 	transition: opacity 0.5s ease-in-out;
  height: 15%;
}
.summary-thumbnail-outer-container:hover .story-title-container
{
	opacity: 1 !important;
}

.story-title
{
	background-color: #000000;
  color: white;
	opacity: 0.7;
	font-family: "STARGUARD";
	font-size: 25px;
	padding: 3% 3%;
  height: 100%;
  width: 100%;
  display:inline-block;
  transition: opacity 0.2s ease-in-out;
}
.story-title:hover
{
	opacity: 1 !important;
}

.story-title svg
{
  height: 100%;
  padding: 5px;
  display:inline-block;
}

a.summary-thumbnail-container
{
  cursor: default;
}

svg.lore-announced
{
   cursor: not-allowed;
}
svg.lore-art
{
  cursor: zoom-in;  
}
svg.lore-readall
{
  cursor: pointer;
}

.blog-item-top-wrapper, .blog-meta-item--tags
{
  display: none !important;
}