


@media screen and (max-width: 960px) {
    

    body > aside a {
        font-size: 14px;
    }

    #report-sidebar {
        display: none;
    }
}

@media screen and (min-width: 960px){
    .logo .normal {
        width: calc((417px / 2) * 0.6);
        height: calc((387px / 2) * 0.5);
        background-size: calc((417px / 2) * 0.6) calc((387px / 2) * 0.6);
    }
    .logo .smari {
        width: calc((572px / 2) * 0.5);
        height: calc((300px / 2) * 0.5);
        background-size: calc((572px / 2) * 0.5) calc((300px / 2) * 0.5);
    }
}
