.bnr {
  position: relative;
}
@media (max-width: 1225.98px) {
  .bnr img {
    min-height: 520px;
  }
}
@media (max-width: 767.98px) {
  .bnr img {
    min-height: 255px;
  }
}
.bnr:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 40%, rgba(32, 30, 31, 0.8) 100%);
}