
.bnr.v2 {
  --bnr-tls-pd-v-tp: 165; 
  --bnr-tls-pd-v-tp-mbl: 75; 
  --bnr-tls-pd-v-bt: 197; 
  --bnr-tls-pd-v-bt-mbl: 75; 
  --bnr-img-bg-o: 0.4;
  --fnt-t-k-ls: 0.61rem;

  picture img {
    opacity: 1 !important;
    object-fit: cover !important;
  }

  .btn:not(:hover):after {
    background-color: var(--dk-bg);
  }
}

@media screen and (max-width: 699px) {

  .bnr.v2 {
    min-height: 30rem;
  }
}

