@media (max-width:767px) {
  #products .feature {
    width:100% !important;
    display:block !important;
  }
}

#products .feature {
  width:33.33333%;
  height:260px;
  display:table-cell;
  background-color:#ED582B;
  padding:15px;
  color:#fff !important;
  margin:0;
  overflow:hidden;
  border:none;
}

#products .feature .title {
  color:#fff;
  margin:0;
  padding:0;
  margin-top:20px;
  margin-bottom:8px;
}

#products .feature p {
  padding:0;
  margin:0;
}

#products .feature:nth-child(2) {
  background-color:#EF6B43;
}

.product-thumbail {
  display:block;
  height:91px;
  width:91px;
  position:relative;
}

.media {
  overflow:visible;
}

#products .product-thumbail:before {
  content:'';
  display:block;
  height:2px;
  width:62px;
  border-top:dotted 2px #ED582B;
  position:absolute;
  left:-56%;
  top:70px;
  z-index:100;
  transform:rotate(-45deg);
}

#products .media:nth-child(2) .product-thumbail:before {
  transform:rotate(45deg);
  top:26px;
}

.product-thumbail .top {
  position:absolute;
  width:100%;
  height:100%;
  top:0;
  left:0;
  right:0;
  bottom:0;
  object-fit:cover;
}

.product-thumbail .bottom {
  width:100%;
  height:100%;
  object-fit:cover;
}

