:root {
  --mach-sidebanner-title-size: 50px;
  --mach-sidebanner-height: 320px;
  --mach-sidebanner-title-ml: 60px;
}

.mach-sidebanner {
  height: var(--mach-sidebanner-height);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.mach-sidebanner__mask {
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  width: 50%;
  opacity: 0.8;
  background: linear-gradient(90deg, #000 12.83%, rgba(0, 0, 0, 0.57) 66.03%, rgba(0, 0, 0, 0.00) 100%);
}

.mach-sidebanner .path {
  position: absolute;
  width: 100%;
  height: 100%;
}

.mach-sidebanner .path,
.mach-sidebanner .container {
  height: 100%;
}

.mach-sidebanner .container {
  display: flex;
  justify-content: start;
  align-items: center;
}

.mach-sidebanner .container h1,
.mach-sidebanner .container h2 {
  color: #fff;
  font-size: var(--mach-sidebanner-title-size);
  margin-left: var(--mach-sidebanner-title-ml);
  line-height: 1.2;
  font-weight: 700;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.60);
}

@media screen and (max-width: 1500px) {
  :root {
    --mach-sidebanner-title-size: 44px;
    --mach-sidebanner-height: 320px;
    --mach-sidebanner-title-ml: 50px;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --mach-sidebanner-title-size: 38px;
    --mach-sidebanner-height: 270px;
    --mach-sidebanner-title-ml: 40px;
  }
}

@media screen and (max-width: 1200px) {
  :root {
    --mach-sidebanner-title-size: 34px;
    --mach-sidebanner-height: 250px;
    --mach-sidebanner-title-ml: 30px;
  }
}

@media screen and (max-width: 992px) {
  :root {
    --mach-sidebanner-title-size: 32px;
    --mach-sidebanner-height: 200px;
    --mach-sidebanner-title-ml: 20px;
  }
}

@media screen and (max-width: 768px) {
  :root {
    --mach-sidebanner-title-size: 28px;
    --mach-sidebanner-height: 150px;
  }
}

@media screen and (max-width: 576px) {
  :root {
    --mach-sidebanner-title-size: 24px;
    --mach-sidebanner-height: 100px;
  }
}
