.jashbanner_views {
  display: flex;
  padding: 0;
}
.jashbanner_views .jashbanner_content {
  padding: 15px 6%;
}
.jashbanner_views_default-layout {
  flex-direction: column;
  padding: 15px;
}
.jashbanner_views_text-right {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.jashbanner_views_text-left {
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
}
.jashbanner_views_text-left img, .jashbanner_views_text-left .jashbanner_content, .jashbanner_views_text-right img, .jashbanner_views_text-right .jashbanner_content {
  width: 50%;
}
.jashbanner_views_text-on-image {
  position: relative;
}
.jashbanner_views_text-on-image .jashbanner_content {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 950px;
  padding: 15px 3%;
  background: rgba(255, 255, 255, 0.6);
  left: 50%;
  text-align: center;
}
.jashbanner_two-blocks {
  display: flex;
  flex-wrap: wrap;
}
.jashbanner_two-blocks .jashbanner_wrapper {
  width: 50%;
}
.jashbanner_three-blocks {
  display: flex;
  flex-wrap: wrap;
}
.jashbanner_three-blocks .jashbanner_wrapper {
  width: 33.33%;
}/*# sourceMappingURL=front.css.map */