/* Section Image */
.section-background-image{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.section-background {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}


.section-image .section-image-container {
  z-index: 1;
  width: 100%;
}
.section-image .filter-100 {
  mix-blend-mode:multiply;
}
.section-image .filter-75 {
  opacity: .75;
}
.section-image .filter-50 {
  opacity: .5;
}
.section-image .filter-25 {
  opacity: .25;
}
.section-image .filter-10 {
  opacity: .1;
}
.section-image .bg-attachment {
  background-attachment: fixed;
}
.section-image .shape {
  position: absolute;
  top: 0;
  left: 0;
}
.section-image .shape .st-t {fill: rgb(255,255,255);}

section {
  position: relative;
}