component-promotion-b .display-items {
  margin-bottom: 40px;
}
component-promotion-b div[display-type="contain"] {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  padding: 100% 0 0;
  cursor: pointer;
}
component-promotion-b div[display-type="coverfull"] {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
  padding: 100% 0 0;
}
component-promotion-b div[display-type="cover"] {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 265px;
  cursor: pointer;
}
component-promotion-b div[display-type="overlay"] {
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.5));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.5));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.5));
  background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.5));
  position: absolute;
  height: 265px;
  top: 0;
  left: 0;
  margin-left: 15px;
  margin-right: 15px;
  transition: all 0.3s;
  cursor: pointer;
}
component-promotion-b div[zoom] {
  overflow: hidden;
}
component-promotion-b div[zoom]:hover div[display-type="contain"] {
  transform: scale(1.1);
}
component-promotion-b div[zoom]:hover div[display-type="cover"] {
  transform: scale(1.1);
}
component-promotion-b div[zoom]:hover div[display-type="overlay"] {
  opacity: 0;
}
component-promotion-b div[zoom] div {
  transition: all 0.3s;
  transform: scale(1);
}
component-promotion-b .align-center * {
  margin: 0 auto;
}
component-promotion-b h3 {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 25px;
  margin-top: 18px;
  font-weight: 600;
  color: #000;
  font-family: 'Roboto';
}
component-promotion-b h3.small {
  font-size: 20px;
  margin-bottom: 10px;
}
component-promotion-b h4 {
  font-family: 'Open Sans', serif;
  font-weight: 300;
  color: #000;
  font-size: 16px;
  line-height: 25px;
}
component-promotion-b h4.small {
  font-size: 14px;
  font-weight: 300;
}
