#BungkusAudio {
  background: #000;
  height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.wrapAudioContent {
  width: 80%;
  margin: 0 auto;
  height: 98vh;
  /* background: red; */
}
.breadCrumb {
  padding: 20px 10px 30px 10px;
}
.breadCrumb a {
  color: white;
  font-size: 0.8rem;
}
.breadCrumb i {
  font-size: 0.8rem;
  color: white;
}

.contentMain {
  margin-bottom: 20px;
}

.redBreadcrumb {
  color: red !important;
  font-weight: 600;
  /* border-bottom: rgb(255, 187, 0) 2px solid; */
}
.flex1Main-Audio {
  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;
  overflow: hidden;
  border-radius: 10px;
  align-items: center;
}
.bxBoxCtn:hover {
  background: #ff0000a9;
  border: 1px solid red;
}
.bxBoxCtn span {
  position: relative;
  top: 70px;
  color: white;
}
.rangeHarga {
  position: relative;
  background: rgba(85, 85, 85, 0.171);
  padding: 8px 0;
  /* z-index: 999999; */
  top: 118px;
  color: white;
}
.rangeHarga p {
  font-size: 0.8rem;
}
@media (max-width: 700px) {
  .wrapAudioContent {
    width: 99%;
  }
  .contentMain {
    padding: 5px;
  }
  .flex1Main-Audio {
    display: block;
    padding: 5px;
  }
  .flex2Ctn {
    width: 100%;
    margin-bottom: 10px;
    align-self: center;
  }
  .bxBoxCtn {
    width: 170px;
    height: 130px;
  }
  .bxBoxCtn span {
    top: 50px;
  }
  .rangeHarga {
    top: 85px;
  }
}
