#BungkusAudio {
  width: 100%;
  background: #000;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  height: 100vh;
}
.wrapAudioContent {
  width: 80%;
  margin: 0 auto;
  height: auto;
  /* background: red; */
}
.breadCrumb {
  padding: 20px 10px 30px 10px;
}
.breadCrumb a {
  color: white;
  font-size: 0.8rem;
}

.flex1Main-Peredam {
  margin: 20px 50px;
}
.breadCrumb i {
  font-size: 0.8rem;
  color: white;
}
.redBreadcrumb {
  color: red !important;
  font-weight: 600;
}
.flex1Main-Peredam {
  display: block;
}
.blok-peredam {
  display: flex;
  margin-bottom: 25px;
}
.block-peredam3 {
  display: flex;
}
.flex2Ctn {
  display: flex;
  gap: 10px;
  /* background: red; */
  margin-right: 10px;
  justify-content: center;
}
.bxBoxCtn {
  width: 220px;
  height: 160px;
  text-align: center;
  border: 1px solid red;
  border-radius: 10px;
  align-items: center;
}
.bxBoxCtn:hover {
  background: #ff0000a9;
  border: 1px solid red;
}
.bxBoxCtn span {
  position: relative;
  top: 70px;
  color: white;
}
@media (max-width: 700px) {
  .wrapAudioContent {
    width: 99%;
  }
  .contentMain {
    padding: 5px;
    height: 1500px;
    /* background: rgb(153, 153, 153); */
    overflow: hidden;
  }
  .flex1Main-peredam {
    display: block;
    padding: 5px;
  }
  .blok-peredam {
    display: block;
  }
  .block-peredam3 {
    display: block;
  }
  .flex2Ctn {
    width: 100%;
    margin-bottom: 10px;
    align-self: center;
  }
  .bxBoxCtn {
    width: 170px;
    height: 130px;
  }
  .bxBoxCtn span {
    top: 50px;
  }
}
