.wrapper_baner {
  position: relative;
  margin: 1em;
  margin-top: 2.7em;
}

.big_baner_2 > div {
  height: inherit !important;
  width: auto !important;
}

@media (min-width: 0px) {
  .wrapper_baner {
    background: white;
    border-radius: 15px;
    padding-bottom: 0px;
    padding-top: 0px;
  }
}

@media (min-width: 650px) {
  .wrapper_baner {
    /*margin: 2.7em;*/
    background: white;
    border-radius: 15px;
    padding-bottom: 0px;
    padding-top: 0px;
  }
}

.big_baner_2 {
  height: calc(30em);
  overflow: hidden;
  width: 100%;
  border-radius: 20px;
  background-repeat: round;
}