#visailuLaatikko {
    max-width: 450px;
    height: calc(450px + 66px);
    text-align: center;
    max-width: 90vw;
}

#nappiPaikka {
    text-align: center;
    margin-top: 12px;
}

#vastausPaikka {
    background-image: url('/ikarajatesti/img/taustalaatikko.jpg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 300px;
    width: 100%;
    position: relative;
    margin-top:-100px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "salo-variable",sans-serif;
}

#tulosPaikka {
    text-align: center;
    width: 450px;
    height: 450px;
    max-width: 90vw;
    max-height: 90vw;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

#pisteetPaikka {
    position: relative;
    z-index: 100;
    display: flex;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    align-items: center;
    justify-content: center;
}

#pisteet {
    background-image: url('/ikarajatesti/img/pistetausta.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 100;
    width: 121px;
    height: 121px;
    rotate: -15deg;
    font-family: "salo-variable",sans-serif;
    font-size: 1.7em;
}

#pisteetSelite {
    font-family: "salo-variable",sans-serif;
    font-size: 2rem;
    line-height: 2rem;
}

#takaisin-kampanjasivulle-linkki {
    font-family: "salo-variable",sans-serif;
    font-size: 1.5rem;
    text-decoration: none;
}

#mummoKuva {
    width: 550px;
    max-width: 90vw;
    height: auto;
    position: relative;
    margin-top: -40px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

#vastausPaikka p {
    max-width: 60%;
    font-size: 1.3rem;
}

#kuvaPaikka {
    text-align: center;
    width: 450px;
    height: 450px;
    max-width: 90vw;
    max-height: 90vw;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

#kysytkoOtsikko {
    max-width: 85vw;
    height: auto;
}

#kysymysKuva {
    width: 100%;
    position: relative;
    z-index: 100;
}

#vastausKuva {
    width: 50%;
    height: 50%;
    position: relative;
    z-index: 100;
}

#nappiPaikka {
    height: 66px;
}

#nappiPaikka img {
    cursor: pointer;
    transition: opacity 0.3s ease;
    -webkit-user-select: none !important;
    user-select: none !important;
    max-width: 45vw;
    height: auto;
}

#nappiPaikka img:hover {
    opacity: 0.6;
}

#uudelleenNappi {
    cursor: pointer;
    transition: opacity 0.3s ease;
    -webkit-user-select: none !important;
    user-select: none !important;
    max-width: 45vw;
    height: auto;
}