/* Write your styles */
.am-gallery-default .am-gallery-item {
  position: relative;
}
.am-gallery-default .nm-gallery-title {
  font-weight: normal;
  font-size: 1.4rem;
  color: #FFF;
  position: absolute;
  bottom: 22%;
  width: 143px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.8);
  text-indent: 5px;
  height: 30px;
  line-height: 30px;
  display: block;
  word-wrap: normal;
  /* for IE */
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.am-img-responsive{
	width: 100%;
}
.am-gallery-default .am-gallery-item img{
	 width:143px;
	 height:180px;
}
.vod-list li{
    border: none;
}