.tint {
  z-index: 2;
  width: 100% !important;
  height: 100% !important;
  left: 0;
  position: absolute;
  top: 0;
}
.tint.bg-tint_LightT {
  background-color: rgba(0, 0, 0, 0.26);
}
.tint.bg-tint_MediumT {
  background-color: rgba(0, 0, 0, 0.41);
}
.tint.bg-tint_StrongT {
  background-color: rgba(0, 0, 0, 0.718);
}
.container-outer {
  position: relative;
  z-index: 3;
}
article {
  position: relative;
  z-index: 9;
}
.gradiant_top, .gradiant_bot {
  width: 100%;
  height: 130px;
  position: absolute;
  z-index: 2;
}
@media (min-width: 960px) {
  .gradiant_top, .gradiant_bot {
    height: 330px !important;
  }
}
.gradiant_top {
  top: 0;
}
.gradiant_top.grad_Black, .gradiant_top.grad_DMBlack {
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(40, 40, 40, 0) 0%, rgba(0, 0, 0, 0.62) 100%);
}
.gradiant_top.grad_White, .gradiant_top.grad_DMWhite {
  background: rgb(255, 255, 255);
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.62) 100%);
}
.gradiant_bot {
  bottom: 0;
}
.gradiant_bot.grad_Black, .gradiant_bot.grad_DMBlack {
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg, rgba(80, 3, 3, 0) 0%, rgba(0, 0, 0, 0.62) 100%);
}
.gradiant_bot.grad_White, .gradiant_bot.grad_DMWhite {
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.62) 100%);
}
.blur-bg {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.318);
  -webkit-backdrop-filter: blur(70px);
          backdrop-filter: blur(70px);
}
