.text-brand {
  color: #9263e3;
}

.container {
  width: $container-width;
  padding-left: $container-padding;
  padding-right: $container-padding;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  box-sizing: border-box;
  display: block;
}

.mockup {
  position: fixed;
  left: 0;
  top: 19rem;
  max-width: 40%;
  max-height: 70%;
  min-height: 50rem;
  user-select: none;
  z-index: 1;
  object-fit: contain;
  font-family: 'object-fit: contain;';

  @include screen(xl,max) {
    top: 14rem;
  }

  @include screen(md,max) {
    display: none;
  }
}

.bg-image {
  position: relative;
  display: block;
  overflow: hidden;

  & > img {
    @include fill-img;
  }
}
