@media (max-width: 767px) {
  .home-template .holding .stage{ min-height: 400px; }
  .home-template .holding .stage::before{clip-path: polygon(0% 0%, 100% 0%, 100% 50%, 0% 86%);}
  .home-template .holding .logo-lockup{width: min(68vw, 240px); top: 249px;  transform: translate(-50%, -50%);}
  .home-template .holding .stage::before{clip-path: polygon(0% 0%, 100% 0%, 100% 53%, 0% 72%);}
}