#SystemImg {
  background: #fafafa;
  display: block;
  margin: 0;
  overflow: hidden;
  border-bottom: 1px solid #dadada;
  padding-bottom: 60px;
}

#SystemImg h2 {
    font-weight: bold;
    text-align: center;
    /* font-family: 'Oswald'; */
    color: #555;
    /* text-transform: uppercase; */
    animation-delay: 0.1s;
    line-height: 50px;
    font-family: Andalus;
    color: #E21E25 !important;
}

#SystemImg .show-reel {
  text-align: center;
  margin-bottom: 2px;
  word-spacing: -1px;
}

#SystemImg .show-reel .lsb-preview {
  display: inline-block;
  float: none;
  width: 300px;
}

#SystemImg .lsb-preview {
  display: block;
  overflow: hidden;
}

#SystemImg .lsb-preview img {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#SystemImg .lsb-preview:hover img {
	/*background: rgba(0, 0, 0, 0.5);*/
  opacity: 0.5;
  -webkit-box-shadow: 0 1px 10px #000;
          box-shadow: 0 1px 10px #000;
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}

#SystemImg .lsb-preview > i {
	color: #fff;
	position: absolute;
    top: 0;  
    left: 0;
	transition: all .8s ease;
    display: none;
	z-index: 99;
}

#SystemImg .lsb-preview:hover > i{
	display: block;
}

#SystemImg .lsb-preview:active img {
  opacity: 0.7;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

#SystemImg .lsb-preview img {
  width: 100%;
  max-height: 180px;
  vertical-align: bottom;
}