@media only screen and (max-width: 150em) {
  body {
    max-width: 100%;
    margin: 0 auto;
    background-color: #05fafa24;
    padding: 0em;
  }

  .grid-continer {
    display: grid;
    grid-template-columns: 18vw 43vw 18vw;
    grid-template-rows: repeat(12, 4vw);
    place-content: center;
    justify-content: center;

  }


img {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 9;
    width: 43vw;
    height: 32vw;
    padding-top: 1vw;
    padding-bottom: 1vw;
    position: relative;
  }

.list-phrases {
  grid-column: 1 / 2;
  grid-row: 2 / 3;

  justify-content: center;
  align-items: start;
  width: 100%;
  height: 100%;
}
  

  .mySlides {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 9;
    width: 50vw;
    padding-top: 1vw;
    padding-bottom: 1vw;
    position: relative;
    display: none;
  }


  .text {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 9;
    grid-row-end: 10;
    width: 43vw;
    height: 3.5vw;
    font-size: 2vw;
    position: relative;
    bottom: calc(2em + 2vw);
    text-align: center;
    color: rgb(3, 252, 252);;
    background-color: #9e9ddb91;
  }

#textChangeSignal{
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 9;
  grid-row-end: 10;

}

 .stateEx  {
    text-align: center;
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 10;
    grid-row-end: 11;
  }

  .control-point {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 10;
    grid-row-end: 11;
  }

  form {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 9;
    grid-row-end: 10;
    unicode-bidi: isolate;
}




  /* Number text (1/3 etc) */
  #numbertext {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 10;
    grid-row-end: 11;
    font-size: 2vw;
    padding: 8px 12px;
    color: #05fae6;
    -webkit-text-stroke: 0.8px rgb(8, 131, 246);
    position: relative;
    bottom: calc(0.8em + 0.8vw);
    text-align: center;
  }

  /* Progress Bar */

  #myProgress {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 9;
    grid-row-end: 10;
    width: 48vw;
    position: relative;
  }

  /* Progress Bar */

  #myBar {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 9;
    grid-row-end: 10;
    height: 10px;
    /* background: #04AA6D; */
    text-align: center;
    line-height: 30px;
    color: white;
    position: absolute;
  }

  .table-wrapper {
    display: grid;
    place-content: center;
  }

  select {
    width: 34vw;
    display: block;
    margin: 0 auto;
    font-size: 16px;
    padding: 5px;
  }

  table {
    border: 1px solid #606c38;
    background-color: #eeeeee;
    width: 90%;
    text-align: center;
    font-family: var(--heading-font);
    border-collapse: collapse;
    margin-left: auto;
    margin-right: auto;
  }

  table td,
  table th {
    border: 1px solid #aaaaaa;
    padding: 3px 2px;
  }

  table tbody td {
    font-size: 13px;
    font-family: var(--heading-font);
  }

  table thead {
    background: #05c3cb;
    border-bottom: 2px solid #444444;
  }

  table thead th {
    font-size: 15px;
    font-weight: bold;
    color: #ffffff;
    border-left: 2px solid #d0e4f5;
  }

  table thead th:first-child {
    border-left: none;
  }
}
