@import url(//fonts.googleapis.com/css?family=Roboto:700);
#featuredpromoblock {
  height: 322px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.promothumbnailblocklink {
  width: 90%;
  height: 322px;
  padding: 20px
}
.promothumbnailblock {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  height: 100%;
  overflow: hidden;
}
.promothumbnail {
  margin: 0 2.5%;
  background-color: #fff;
  display: inline-block;
  padding: 10px;
  width: 100%;
  max-width: 280px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.16) !important;
  min-height: 270px;
}

.promothumbnail > a.productimage {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  justify-content: center;
  max-height: 257px;
  padding-bottom: 20px;
  overflow: hidden;
}

.promothumbnail > a.productimage > img {
  max-height: 138px;
  height: auto;
  width: auto;
  max-width: 132px;
}

.promothumbnail > a.productname {
  white-space: nowrap;
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: none;

}
