@media screen and (max-width: 900px) {
  .sections {
    display: block;
    position: relative;
    width: 100vw;
  }

  .section-fullwidth {
    display: block;
    position: relative;
  }

  .section-container {
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
  }

  .section-title-subtitle {
    display: block;
    position: relative;
    margin-top: 0px;
    padding-top: 50px;
    padding-left: 35px;
    padding-right: 35px;
    padding-bottom: 10px;
    width: 100%;
    height: 100%;
  }

  .section_title_subtitle_video {
    display: flex;
    justify-content: left;
    align-items: center;
    flex-direction: row;
    align-items: flex-end;
    width: 100%;
    height: 200px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px;
    padding-bottom: 10px;
    margin-top: 0px;
  }

  .qrcode_container_viewer {
    display: none;
  }

  /* --- MAIN PAGE -- */

  .section-title-subtitle_hero {
    padding: 0px;
    height: 100%;
    background-color: rgb(255, 255, 255);
    justify-content: flex-start;
    align-items: flex-start;
  }

  #video_main {
    border-radius: 0px;
    border: none;
  }

  .main-tag_hero {
    text-align: center;
    font-size: 1.5rem;
  }

  .main_container {
    padding: 0px;
  }

  .main {
    transform: translateY(-50px);
    border-radius: 0px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    margin: 0px;
    max-height: none;
    height: 100%;
    border-bottom: 0px;
    width: 100%;
    padding: 30px;
    padding-top: 100px;
  }

  .grid_column_2_70_30 {
    padding-top: 0px;
    max-height: none;
  }

  .comment {
    display: none;
  }

  .grid_item2 {
    height: 550px;
    padding: 0px;
  }

  .main-text {
    display: block;
    position: relative;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    transform: none;
    z-index: 2;
    padding: 0px;
    transform: none;
  }

  .main-title {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    font-size: 3.5rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
  }

  .main-subtitle {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    font-size: 2rem;
    text-align: center;
  }

  .section-main-container {
    display: block;
    position: relative;
    width: 100%;
    height: 600px;
    padding: 0px;
    left: 0px;
    margin-top: -100px;
  }

  .container {
    flex-direction: column;
    height: 800px;
  }

  .main-text {
    width: 100%;
    margin-right: 0;
  }

  .section-main-container {
    width: 100%;
    height: 600px; /* Set height to 600px on smaller screens */
  }

  .section-main-container-100 {
    width: 100%;
    height: 100%;
  }

  .section-main-products-text {
    display: block;
    position: relative;
    height: 100%;
    width: 100%;
    background-color: rgb(230, 230, 230);
  }

}
