.nts-list-item .item-box {
  margin-bottom: 30px;
}
.nts-box-item{
  border-radius: 5px;
  transition: all .7s ease 0s
}
.nts-box-item:hover   {
  background: #945414;
}
.nts-box-item a {}
.nts-box-item .i-img {
  display: block;
  float: none;
  position: relative;
  overflow: hidden;
  padding-bottom: 60%;
  box-shadow: none;
  border-radius: 5px 5px 0 0;
}
.nts-box-item .i-img img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border: none
}

.nts-box-item .i-img img {
  transition: all .3s ease 0s;
  width: 100%;
  border-radius: 5px 5px 0 0;
}



.nts-box-item:hover .i-img img {
  transform: scale(1.09);
  transition: all .7s ease 0s
}
.nts-box-item .i-title {
  padding: 0 15px;
  text-align: center;
  text-transform: uppercase;

  height: 68px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.nts-box-item .i-title h3 {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 15px;
  color: #945414;
  margin-top: 10px;
  line-height: 20px;
  text-align: center;
  padding-top: 0;
}
.nts-box-item:hover .i-title h3 {
  color: #fff!important
}


