@media (max-width: 1023px) and (min-width: 768px) {
  .home-template .holding .stage{min-height: 560px;}
  .home-template .holding .stage::before{clip-path: polygon(0% 0%, 100% 0%, 100% 48%, 0% 82%);}
  .home-template .holding .logo-lockup{width: min(52vw, 320px); top: 290px; transform: translate(-50%, -50%);}
  .home-template .holding .stage{min-height: clamp(400px, 45vh, 760px);}
  .home-template .holding .stage::before{clip-path: polygon(0% 0%, 100% 0%, 100% 46%, 0% 80%);}
}