@media only screen and (max-width:800px) {
  :root {
    --cv-peek-mobile: -56px;
    --cv-min-width: 70vh;
    --cv-side-padding: 5vh;
  }

  .top_menu_item {
    opacity: 1;
    filter: grayscale(0);
  }

  .top_menu_item span {
    visibility: hidden;
    width: 0px;
    margin: 0px;
  }

  .photo_bottom_shadow {
    position: absolute;
    bottom: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(180deg,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 0) 30%,
        rgba(0, 0, 0, 0.3) 50%,
        rgba(0, 0, 0, 0.55) 80%,
        rgba(0, 0, 0, 0.9) 90%,
        rgba(0, 0, 0, 1) 100%);
  }

  .main_info_block {
    width: 80%;
    position: absolute;
    padding-left: 10%;
    padding-right: 10%;
    bottom: 15%;
    max-width: unset;
    left: unset;
    right: unset;
    top: unset;
    transform: unset;
  }

  .name {
    font-size: 1.8rem;
  }

  .tagline {
    font-size: 0.95rem;
  }

  .apps_grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .app_icon {
    width: 70px;
    height: 70px;
  }

  .app_icon img {
    width: 100%;
    height: 100%;
  }

  .photo {
    max-height: 60vh;
    max-width: 80%;
    width: auto;
    height: auto;
    position: absolute;
    left: 50%;
    top: 20%;
    transform: translateX(-50%);
    object-fit: contain;
    margin: 0;
  }
}
