@media screen and (max-width: 900px) {

  /* --- VIDEO GRID --- */

  .video_grid {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    height: auto;
    gap: 20px;
    overflow-x: auto;
    padding-top: 30px;
    padding-bottom: 50px;
  }

  .video_grid_container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-left: 0px;
    padding-right: 0px;
  }

  .video_item {
    position: relative;
    width: 85vw;
    overflow: hidden;
  }

  /* --- ACCOUNT --- */

  .account {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: auto;
    padding: 0px;
  }

  .account_container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    padding: 0px;
  }

  .products_container {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 20px;
  }

  .text-content {
    padding-right: 10px;
  }

  .text-content h3 {
    font-size: 1.2rem;
  }

  .welcome_message {
    justify-content: center;
    align-items: center;
  }

  .account_container_left {
    display: none;
  }

  .account_container_right {
    display: inline;
    position: relative;
    width: 100%;
    height: 100%;
    padding: 10px;
    background-color: rgb(255, 255, 255);
  }

  .account_modal {
    border-radius: 0px;
    margin: 0px;
    width: 100%;
  }

  .section_analytics_container {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0px;
  }

  .chart_overview {
    padding-right: 0px;
  }

  .analytics-graph {
    width: 100%;
    padding-right: 20px;
  }

  .chart_popular {
    padding-right: 20px;
  }

  .section-main-ar-text {
    display: block;
    position: relative;
    height: 600px;
    width: 100%;
    background-color: rgb(245, 245, 245);
  }

  .section-main-ar-title {
    display: block;
    width: 100%;
    position: absolute;
    font-size: 40px;
    font-weight: 900;
    bottom: 80px;
    color: rgb(255, 255, 255);
    text-align: center;
  }

  .section-main-ar-subtitle {
    display: block;
    width: 100%;
    position: absolute;
    font-size: 22px;
    font-weight: 500;
    bottom: 50px;
    color: rgb(0, 0, 0);
    text-align: center;
  }

  .section-main-ar-video {
    display: block;
    position: relative;
    height: 600px;
    width: 100%;
    padding-bottom: 0px;
    background-color: rgb(245, 245, 245);
  }

  .main_icon_title {
    padding-top: 20px;
    font-size: 2.2rem;
    font-weight: 600;
  }

  .main_icon_subtitle {
    font-size: 0.9rem;
    padding-bottom: 0px;
    font-weight: 500;
    color: rgb(130, 130, 130);
  }

  .main_icon_text {
    padding-top: 0px;
    font-size: 5vw;
    padding-bottom: 20px;
    font-weight: 400;
  }

  .main_icon_text2 {
    font-weight: 500;
  }

  .main_icon_price {
    padding-top: 20px;
    font-size: 40px;
    font-weight: 700;
  }

  .main_icon_tag {
    padding-top: 5px;
    font-size: 16px;
    font-weight: 400;
    color: rgb(130, 130, 130);
  }

  .view_in_ar_btn {
    display: inline;
    position: relative;
    width: 30px;
    height: auto;
    top: 8px;
  }

  .action_container2 {
    height: 400px;
  }

  #qr-toggle-button {
    display: none !important;
  }

  #fullscreen-toggle-button {
    display: none !important;
  }

}
