@media only screen and (min-width: 600px) and (max-width: 1024px) {
  #warning {
    position: static !important;
    margin-right: auto !important;
    margin-left: auto !important;
  }

  #accessibility_btn {
    width: 60px !important;
    height: 60px !important;
    top: 25px !important;
    right: 25px !important;
  }

  .ssp-page[data-state="active"] {
    display: block;
  }

  body {
    background-image: url("../assets/images/mobile.png");
  }

  section[data-name='homepage'] * {
    direction: rtl;
  }

  #logo {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 30vw;
  }

  #wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 89vw;
    margin-top: 9vh;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    height: auto;
  }

  #section { /* bottle & texts & golden title */
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    align-items: center;
    width: 80vw;
  }

  #bottle-and-text {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 3vh;
    gap: 0;
    width: 100%;
    margin-top: -2vh;
  }

  #bottle {
    height: unset;
    margin-bottom: unset;
    width: unset;
    max-width: 40vw;
  }

  #texts {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    color: white;
    align-self: flex-end;
    font-size: calc(10px + 4.5vw);
    margin-bottom: 13vh;
    letter-spacing: -1px;
    white-space: nowrap;
    text-align: right;
    margin-right: -10px;
  }

  #text-1 {
    display: flex;
    flex-direction: column;
    border-bottom: 3px solid white;
    padding-bottom: 30px;
  }

  #text-1 span {
    margin-top: unset;
  }

  #text-2 {
    padding-top: 30px;
  }

  #gold-title {
    width: 80vw;
    margin: 0;
  }

  #warning {
    position: static !important;
    border: 1px solid black;
    background-color: white;
    color: black;
    font-size: 25px;
    padding: 4px 20px;
    white-space: nowrap;
    transform: unset;
    margin-bottom: 2vh;
  }
}