﻿.rsj {
    height: 820px;
    position: relative;
}
@media screen and (max-width: 640px) {
    html, body {
        height: 100%;
        overflow: auto;
    }
    .rsj {
        height: 100%;
    }
    .czkj-user-btns{
        display: none;
    }
}
