.banner {
  position: relative;
  object-fit: cover;
}
.banner_herf {
  width: 260px;
  height: 180px;
  position: absolute;
  top: 419px;
  opacity: 0;
  cursor: pointer;
}
@media(min-width: 1698px) {
  .banner_herf {
    right: 480px;
  }
}
@media(max-width: 1698px) {
  .banner_herf {
    right: 360px;
  }
}
@media(max-width: 1528px) {
  .banner_herf {
    right: 280px;
  }
}
@media(max-width: 1328px) {
  .banner_herf {
    right: 150px;
  }
}
@media(max-width: 1328px) {
  .banner_herf {
    right: 0;
  }
}

@media(max-width: 835px) {
  .banner_herf {
    width: 100px;
  }
}