.site-header .logo {
  margin: -3px 0px -10px -14px;
  width: 120px;
}

.rte p {
  font-size: 16px;
}

.instafeed--wrapper {
  width:  100%;
  height: 440px;
}
.instafeed--wrapper img {
  margin-right: 10px;
  width:  18%;
  height: auto;
  cursor: pointer;
  transition: opacity .2s ease-in-out;
}
.instafeed--wrapper img:hover {
  opacity: .8;
}

.product-item-name {
  max-height: 23px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.blog-item img {
  width: 100%;
  margin-bottom: 30px;
}
.blog--banner {
  margin-bottom: 50px;
  width:  100%;
  height: auto;

  img {
    width:  100%;
    height: auto;
  }
}
