/*figure {
  width: 33.33333333%;
  margin: 0;
  float: left;
  padding: 10px;
  position: relative;
  cursor: pointer;
}*/

/*
figure:before,
figure:after {
  position: absolute;
}
figure:before {
  top: 50%;
  left: 50%;
  margin-left: -25px;
  width: 50px;
  height: 50px;
  border: 3px solid #ef762f;
  border-radius: 100px;
  background-color: #ef762f;
  font-family: 'Ionicons';
  content: '\f215';
  text-align: center;
  line-height: 45px;
  font-size: 19px;
  color: #F5F7FA;
  opacity: .7;
}
*/
/*
figure:after {
  content: 'gif';
  position: absolute;
  display: inline-block;
  width: 40px;
  text-align: center;
  top: 20px;
  right: 20px;
  font-size: 11px;
  font-weight: 600;
  padding: 5px;
  border-radius: 3px;
  color: #656D78;
  background-color: rgba(170, 178, 189, 0.1);
  text-transform: uppercase;
}
*/
figure.play:before {
  display: none;
}
/*
figure.play:after {
  color: #fff;
  background-color: #8CC152;
}
*/
figcaption {
  padding-top: 15px;
  font-size: 14px;
  color: #8d9bad;
}
figcaption a {
  color: #59687b;
  text-decoration: none;
}

.list_item .list_left img {
    max-width: 50px!important;
    max-height: 50px!important; 
}

.list_item .list_left {
    width: 50px;
    height: 70px;
    line-height: 70px; 
}

.list_item.lists_3 .list_left { 
    margin-bottom: 0;
}
 