.section {
  width: auto;
  height: auto;
  opacity: 1;
}

.hanno-poths {
  display: block;
  margin-top: 23px;
  margin-bottom: 12px;
  font-family: 'Share Tech Mono', sans-serif;
  color: #fff;
  font-size: 48px;
  font-weight: 400;
  text-align: center;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  margin-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact {
  margin-top: 23px;
  font-family: 'Share Tech Mono', sans-serif;
  color: #00b2ff;
  font-size: 35px;
  text-align: center;
}

.drums-audio {
  display: block;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: 'Share Tech Mono', sans-serif;
  color: #fff;
  font-size: 48px;
  line-height: 32px;
  text-align: center;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 592px;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.small-breaks {
  font-size: 34px;
}

.hp_logo_big {
  opacity: 1;
}

.hp_logo_small {
  display: none;
  opacity: 1;
}

.body {
  background-color: #333;
}

.section-space {
  display: block;
}

.background-div {
  position: fixed;
  z-index: -100;
  width: 100vw;
  height: 100vh;
  background-image: url('../images/Background_Bells_16_9.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

@media screen and (max-width: 991px) {
  .body {
    background-attachment: fixed;
  }
}

@media screen and (max-width: 767px) {
  .div-block {
    min-height: 692px;
  }

  .body {
    background-attachment: fixed;
  }
}

@media screen and (max-width: 479px) {
  .hanno-poths {
    margin-bottom: 8px;
    font-size: 42px;
  }

  .contact {
    margin-top: 12px;
    font-size: 23px;
  }

  .drums-audio {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 42px;
  }

  .div-block {
    min-height: 492px;
  }

  .small-breaks {
    font-size: 25px;
  }

  .hp_logo_big {
    display: none;
  }

  .hp_logo_small {
    display: block;
  }

  .body {
    background-attachment: fixed;
  }
}

