.wrapper {
    position: relative;
    width: 100%;
  }

  p{
    margin-bottom: 0rem;
    margin-top: 0rem;
  }
  .pianokey_colorKey__AcRQi, .blackKey {
    display: flex;
    align-items: center;
    width: 100%;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    margin-bottom: 0.8vmin;
    transition-duration: 0.3s;
  }
  .pianokey_colorKey__AcRQi:hover, .blackKey:hover {
    transform: translate(24px);
    transition: 0.3s cubic-bezier(0, 1.22, 1, 0.95);
    cursor: pointer;
  }
  .pianokey_colorKey__AcRQi {
    /* padding-left: 30px; */
    height: 71px;
    /* width: 40rem; */
    /* float:right; */
  }
  .pianokey_colorKey__AcRQi:hover {
    opacity: 1;
  }
  .blackKey {
    position: absolute;
    top: -7.5vh;
    left: 33%;
    height: 12vh;
    z-index: 999;
  }
  .blackKey:hover {
    background-color: #2b2a29 !important; 
  }
  .pianokey_letterBox__Mrw_o {
    font-family: 'Inter', sans-serif;
    font-size: 1.3rem;
    font-weight: 600;
    color: white; 
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 3vh;
    padding: 1vmin;
    /* background-color: rgba(0, 0, 0, 0.1); */
    border-radius: 5px;
  }
  .black {
    margin-left: 2vh;
    background-color: rgba(255, 255, 255, 0.1); 
  }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .wrapper {
      width: 0%;
      height: 100%;
    }
    .pianokey_colorKey__AcRQi {
      height: 6rem;
      width: 55rem;
    }

    .order-2{
      order: 1!important;
    }
    .pianokey_colorKey__AcRQi, .blackKey {
      border-top-right-radius: 10px;
      border-bottom-left-radius: 10px;
      margin-bottom: 8px;
      transition-duration: 0.3s;
    }
    .pianokey_colorKey__AcRQi:hover, .blackKey:hover {
      /* transform: translateY(16px); */
      transition: 0.195s cubic-bezier(0, 1.22, 1, 0.95);
      cursor: pointer;
    }
    .pianokey_colorKey__AcRQi {
      margin-left: 6px;
      margin-right: 6px;
      /* width: 100%;
      height: 100%;
      align-items: flex-start;
      justify-content: center;*/
      
      /* padding-top: 16px; */
    }
    .blackKey {
      position: absolute;
      width: 9vh;
      top: 12vh;
      left: -46px;
      height: 100%;
      align-items: flex-start;
      justify-content: center;
      z-index: 999;
    }
    .blackKey:hover {
      background-color: #2b2a29 !important;
    }
    /* .pianokey_letterBox__Mrw_o {
      margin-top: 16px;
      margin-left: 0;
      width: 6vh;
      height: 6vh;
    } */

    .pianokey_letterBox__Mrw_o {
      font-size: 1.6rem;
      font-weight: 600;
      /* margin-top: 16px; */
      /* margin-left: 3vh; */
      /* margin-left: 3vh; */
    padding: 0.9vmin;
    border-radius: 5px;

    }
  }
  @media screen and (max-width: 767px) {
    .wrapper {
      width: 0%;
      height: 100%;
    }
    .pianokey_colorKey__AcRQi, .blackKey {
      border-top-right-radius: 10px;
      border-bottom-left-radius: 10px;
      margin-bottom: 6px;
      transition-duration: 0.3s;
    }
    .pianokey_colorKey__AcRQi:hover, .blackKey:hover {
      /* transform: translateY(16px); */
      transition: 0.3s cubic-bezier(0, 1.22, 1, 0.95);
      cursor: pointer;
    }
    .pianokey_colorKey__AcRQi {
      /* width: 100%; */
      /* height: 100%; */
      /* align-items: flex-start; */
      /* justify-content: center; */
      margin-left: 2px;
      margin-right: 2px;
    }
    .blackKey {
      position: absolute;
      width: 6vh;
      top: 8vh;
      left: -24px;
      height: 100%;
      align-items: flex-start;
      justify-content: center;
      z-index: 999;
    }
    .blackKey:hover {
      background-color: #2b2a29 !important;
    }
    .pianokey_letterBox__Mrw_o {
      font-size: 0.95rem;
      font-weight: 600;
      /* margin-top: 16px; */
      margin-left: 0;
      margin-left: 3vh;
    padding: 1vmin;
    }
  }
  