
@media(min-width: 1366px){
  .limit-cards{
    width: 350px;
    height: 136px;
    overflow: hidden;
  }
  .n-addItems .n-addTwo .n-addItem,.n-addTwo .n-addItem{
    overflow: hidden;
  }
  .limit-recomm-list{
    width: 300px;
    height: 168px;
    overflow: hidden;
  }
  .limit-img, .limit-img-vedio, .limit-first-img{
  	overflow: hidden;
  }
  .limit-img img{
    transition: all 1s;
  }
	.limit-img:hover img {
    transform: scale(1.05);
  }
  .limit-img-vedio img:nth-child(1){
  	transition: all 1s;
  }
 .limit-img-vedio:hover img:nth-child(1){
  	transform: scale(1.05);
  }
 .limit-img-vedio .hover-big{
  	transition: all 1s;
  }
 .limit-img-vedio:hover .hover-big{
  	transform: scale(1.05);
  }
 .limit-first-img>img{
  	transition: all 1s;
  }
 .limit-first-img:hover>img{
  	transform: scale(1.05);
  }

}