.poster-gallery__background {
  background: #222;
  padding: 1rem;
  min-height: 150px;
  top: 100px;
}

/* .poster-gallery__container {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-flow: wrap;
} */

.poster-thumb__container {
	margin-bottom:10px;
	overflow: hidden;
}

.poster-thumb__link {
	display:block;
}

.poster-thumb__image {
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius: 2px;
/* 	margin: 1rem; */
	width:100%;
	padding:0;
	border:none;
}

.grid-item img {
  margin: 1.25rem;
  width: 100%;
}

.loadFound {
    position: absolute;
    text-align: center;
    font-size: 14px;
    margin: 10px 0;
    z-index: 1;
    width: 100%;
    color: #888;
    top: 0;
}