.banner_holder.banner_holder--round {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 2px;
  margin-top: 2px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.banner_holder.banner_holder--round .thumbnail_banner {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.banner_holder.banner_holder--round .holiday_banner {
  background: #C8A854;
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 9px;
  line-height: 1.2;
}
