.vector-bg{position:absolute;top:0;left:0;height:100vh;width:100vw;overflow:hidden;-o-object-fit:fill;object-fit:fill;clip-path:polygon(0 0,100% 0,100% 100%,0 100%);-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);background:#000;z-index:0;transition:transform .3s ease;-webkit-transition:transform .3s ease}@media (max-width:768px){.vector-bg-mobile{position:absolute;top:30vh;left:-30vw;height:120%;width:150%;clip-path:none;transform:scale(1.3);-webkit-clip-path:none;z-index:5;pointer-events:none}}