/**
 * @file
 * Subtheme specific CSS.
 */



.poster::before {
  content: " ";
  background: rgba(255, 255, 255, 0.6) !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  box-sizing: border-box;
  z-index: -1;
}

.poster:hover:before {
  z-index: 0;
}

 .poster-body {
  display: none;
}

.poster:hover .poster-body {
  display: block;
} 


.field-award-imdb {
	min-height: 75px;
}