/**
 * Add This on Head
 * <link href="../web-external/justika-iframe-style-2020.css" media="screen" rel="stylesheet" type="text/css">
 *
**/

.justika-content {
    border: 0;
    margin: 10px 0 0px 0;
    width: 100%;
    height: 100%;
}

.justika-container {
    width: 100%;
    height: 310px;
    margin-bottom: 20px;
}

.justika-container-mobile {
    width: 100%;
    height: 370px;
    margin-bottom: 20px;
}

.justika-container-bottom{
    overflow-y: scroll;
    overflow-x: fixed;
}

.justika-container-bottom::-webkit-scrollbar{
    display: none;
}

.justika-container-top{
    overflow: fixed;
}

@media (max-width: 992px) {
    .justika-container {
        width: 100%;
        height: 370px;
        margin-bottom: 20px;
    }
}






