 .ml-item {
  float: left;
  height: 170px;
  padding: 5px;
  overflow: hidden;
  position: relative;
  width: 33.33333%;
}
.ml-item .ml-mask {
  display: inline-block;
  overflow: hidden;
}
.ml-item .ml-mask, .movies-list .ml-item .ml-mask::before {
  height: 100%;
  left: 0;
  position: relative;
  top: 0;
  width: 100%;
  border-radius: 6px;
}
.ml-item .mli-quality {
  background: rgba(11,171,0,.58);
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  height: auto;
  line-height: normal;
  padding: 4px 6px;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0 0 0 -15px;
  width: auto;
}
img.thumb.mli-thumb {
  height: auto !important;
  min-height: 100% !important;
  width: 100% !important;
}
.ml-item .mli-info {
  background: url(/wp-content/themes/indoxxi/images/mask-title.png) center top repeat-x;
  bottom: 0;
  height: auto;
  left: 0;
  padding: 10px;
  position: absolute;
  width: 100%;
  border-radius: 6px;
}
.ml-item .mli-info h2 {
  color: #fff;
  font-size: small;
  font-weight: 400;
  margin: 0;
  text-align: center;
  text-shadow: 0 0 2px rgba(0,0,0,.6);
}
.ml-item .mli-quality {
  background: rgba(11,171,0,.58);
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  height: auto;
  line-height: normal;
  padding: 4px 6px;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0 0 0 -15px;
  width: auto;
}
.ml-item .mli-rating {
  border-radius: 0;
  color: #ebebeb;
  background: rgba(39,59,89,.7);
  font-size: 11px;
  font-weight: 600;
  height: 20px;
  line-height: normal;
  padding: 4px 2px 4px 4px;
  text-align: left;
  float: left;
  display: inline-block;
}




@media (min-width: 768px) {
 .ml-item {
    float: left;
  height: 200px;
  padding: 10px;
  overflow: hidden;
  position: relative;
  width: 20%;
  }
}

@media (min-width: 1200px) {
.ml-item {
    float: left;
  height: 250px;
  padding: 15px;
  overflow: hidden;
  position: relative;
  width: 14.28%;
  }
}
