.your-image {
pointer-events: none;
}
.your-image {
user-select: none;
}
body {
user-select: none;
}
body {
-webkit-tap-highlight-color: transparent;
}
vw
есть не что иное как процент от ширины экрана..s {
grid-template-columns: 355px clamp(290px, 43.5vw, 435px);
}