html body {
  background-color: black;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.show_container {
  float: left;
  padding: 0px 10px 0 5px;
}

h1 {
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
  text-align: center;
}
h3 {
  color: #fff;
  margin: 10px 0 0 0;
}

h5 {
  margin: 0 0 15px 0;
  color: #fff;
}

h3 span {
  margin: 0;
  color: #38a0d7;
  font-weight: 500;
}
.genre_thumbnails {
  width: 235px;
  height: 348px;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 5px 0;
  display: inline-block;
}

.genre_thumbnails:hover {
  width: 235px;
  height: 348px;
  -webkit-box-shadow: 4px 4px 5px #333;  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow: 4px 4px 5px #333;  /* Firefox 3.5 - 3.6 */
  box-shadow: 4px 4px 5px #333;  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, i*/
}

.gloss {
  width: 235px;
  height: 348px;
  background: linear-gradient( -45deg, transparent 25%, rgba(255,255,255,0.7) 50%, rgba(255,255,255,0.7) 50%, transparent 75% );
  position: absolute;
  background-size: 400%;
  background-position: 0% 50%;
  z-index: 2;
  float: left;
  animation: thumb_animate 01s ease;
}

#bg {
  display: none;
}

@keyframes thumb_animate {
  0% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.transparent_layer {
  background-color: rgba(0,0,0,0.45);
}

/* Bootstrap Fix */
#block-formats-content,#block-formats-content--2 h1 {
  font-size: 36px;
  margin-top: 20px;
  margin-bottom: 10px;
  color: #38a0d7;
}

#block-formats-content a:hover {
  color: #23527c;
}

.category-page{
  display: block;
}
