@media only screen and (max-width: 920px) {
    .responsive_desc {
        display: block;
    }

    .max_width_920 {
        display: none !important;
    }
}


@media only screen and (max-width: 600px) {
    #content .versions {
        right: 32px;
    }
}

@media only screen and (max-width: 360px) {
    #content .versions {
        right: 8px;
    }
}
