.instructions-wrapper {
    position: absolute;
    bottom: calc(50vh - 30vw);
    left: 5vw;
    z-index: 2;
    background-color: #FFE3D9;
    padding: 2vw;
    border-radius: 1vw;
    font-size: 2vw;
    line-height: 2.5vw;
    width: 23vw;
    text-align: center;
    font-weight: 700;
    font-style: italic;
}


    #selectorInstructions {
        display: none;
    }

@media (min-aspect-ratio: 1150/767) {
    .instructions-wrapper {
        bottom: 5vh;
        left: calc(50vw - 68vh);
        padding: 2vh;
        border-radius: 1vh;
        font-size: 3vh;
        line-height: 3.5vh;
        width: 34vh;
    }
}
