.superbreaker {
  background-color: var(--primary-bright-blue);
}
.superbreaker__background {
  background-color: var(--primary-bright-blue);
  padding: 2.4rem 0 4.8rem;
  margin: 0 0.8rem;
}
.superbreaker__bg {
  min-height: 20.4rem;
  background-color: var(--primary-bright-blue);
}
.superbreaker__bg::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
}
.superbreaker__bg-image {
  top: 0;
  left: 0;
  opacity: 0.5;
}

@media (min-width: 768px) {
  .superbreaker {
    background-color: transparent;
  }
  .superbreaker__background {
    padding-top: 4.8rem;
    margin: -16rem 0 0 0.8rem;
    z-index: 2;
  }
  .superbreaker__background::before {
    content: "";
    width: 2rem;
    height: 100%;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    background-color: var(--primary-grellow);
  }
  .superbreaker__background::after {
    content: "";
    height: 100%;
    width: 100vw;
    background-color: inherit;
    position: absolute;
    top: 0;
    z-index: -1;
  }
  .superbreaker__bg {
    min-height: 41.5rem;
  }
  .superbreaker::after {
    content: "";
    width: 50rem;
    height: 42.5rem;
    background: url("/~/media/Images/G/Grafton-Group/images/global-image/wave-pattern.svg") no-repeat;
    position: absolute;
    z-index: 3;
    top: -7.5rem;
    right: -26rem;
  }
}
@media (min-width: 1200px) {
  .superbreaker__bg {
    min-height: 57.5rem;
  }
  .superbreaker__background {
    margin: -15.6rem 0 0;
  }
  .superbreaker::after {
    top: 26.4rem;
    right: 0;
  }
}