.instructions-content {
    display: none;
    width: 75vw; 
    height: 100vh; 
    position: absolute; 
    left: 50%; 
    top: 100%; 
    z-index: -1;
    transform: translate(-50%, -85%);
  }
  
  .instructions-black-wrapper {
    width: 100%;
    height: 70vh;
    background: black;
    display: flex;
  }
  
  
  .instructions-pt1 {
    width: 100%;
    padding: 20px;
    padding-top: 50px;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  
  .instruction-h2 {
    color: white;
    font-weight: 300;
    text-transform: uppercase;
  }
  
  .instructions-elementwrap {
    display: flex;
    align-items: center;
    justify-content: start;
    margin-bottom: 30px;
    margin-left: -15px;
  }
  
  .instruction-wrap {
    margin-left: 20px;
  }
  
  .toggled-instructions {
    display: none;
  }
  
  .toggledinstructions2 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  
  .closeicon5 {
    width: 30px;
    position: absolute;
    right: 20px;
    top: 15px;
    cursor: pointer;
  }
  
  .instruction-image1 {
    width: 160px;
    height: 115px;
    border: white 2px solid;
    background-size: 160%;
    background-repeat: no-repeat;
    background-position: 50% 60%;
  }
  
  .instruction-image2 {
    width: 225px;
    height: 155px;
    border: white 2px solid;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 70%;
  }
  
  .generalcookingrulesp {
    color: rgb(160, 160, 160);
    font-size: 19px;
    margin-top: 20px;
    width: 90vw;
    margin-left: 10px;
  }
  

  

@media (max-width:417px) {
    .instructions-elementwrap {
        display: flex;
        align-content: center;
        justify-content: center;
        flex-direction: column;
        margin-top: 50px;
    }

    .instruction-image1 {
        margin-bottom: 20px;
        margin-right: 0;
    }

    .instruction-wrap {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        margin-left: 0;
    }
}