#p-istruzioni {
    min-height: 100vh;
    padding-bottom: 1.5rem;
}

.p-istruzioni_p-instruction > * {grid-column: 1/-1;}
.p-istruzioni_p-instruction > p {margin-bottom: 2em;}
@media only screen and (min-width: 1024px) {
    .p-istruzioni_p-instruction h3 {grid-column: 1/4;}
    .p-istruzioni_p-instruction p {grid-column: 4/-1;}
}

#p-istruzioni_p-nav {
    position: fixed;
    right: 0;
    bottom: -2px;
    left: 0;
    height: 4.2rem;
    padding: calc(.5rem - 2px) 0;
}

#p-istruzioni_p-nav .marquee {height: calc(3.2rem + 4px); padding-top: 2px;}
#p-istruzioni_p-nav a {
    top: 0;
    right: 0;
}
#p-istruzioni_p-nav a span {height: 3.2rem;}