.second {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
margin: auto;
}
transform: scale(K)
- тем более у вас SVG, что масштабируется без потери качества. #second-wrapper {
margin-left: 50%;
}
#second {
position: fixed;
width: 200vw;
margin-left: -100%;
top: -50%;
}