.setupdivs>div{
    padding: 0.25rem;
    float: left;
    width: 50%;
}

@media screen and (max-width: 960px){
    .setupdivs>div{
        width: 100%;
    }
}

@media screen and (max-width: 886px){
    .setupdivs>div{
        width: 50%;
    }
}

@media screen and (max-width: 560px){
    .setupdivs>div{
        width: 100%;
    }
}

/***************************************************/

.imgtosvgres{
    background: #f0f5fb;
    border: 1px solid #b9cee8;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.75rem;
    margin-top: 0.75rem;
    display: none;
}

.night .imgtosvgres{
    border: 1px solid #444;
    background-color: #181a1b;
}

.imgtosvgres svg{
    max-width: 15rem;
}