.smarthScrollPanel {
    border: none;
    margin: 0px -10px 0px -10px;
}
@media screen and (min-height: 1960px) {
    .smarthScrollPanel {
        height: 99vh;
    }
}
@media screen and (max-height:1959px) and (min-height: 1330px) {
    .smarthScrollPanel {
        height: 98vh;
    }
}
@media screen and (max-height:1329px) and (min-height: 1030px) {
    .smarthScrollPanel {
        height: 97vh;
    }
}
@media screen and (max-height:1029px) and (min-height: 840px) {
    .smarthScrollPanel {
        height: 96vh;
    }
}
@media screen and (max-height:839px) and (min-height: 690px) {
    .smarthScrollPanel {
        height: 95vh;
    }
}
@media screen and (max-height:689px) and (min-height: 590px) {
    .smarthScrollPanel {
        height: 94vh;
    }
}
@media screen and (max-height:689px) and (min-height: 590px) {
    .smarthScrollPanel {
        height: 93vh;
    }
}
@media screen and (max-height:589px) and (min-height: 540px) {
    .smarthScrollPanel {
        height: 92vh;
    }
}
@media screen and (max-height:539px) and (min-height: 470px) {
    .smarthScrollPanel {
        height: 91vh;
    }
}
@media screen and (max-height:469px) and (min-height: 410px) {
    .smarthScrollPanel {
        height: 90vh;
    }
}
@media screen and (max-height:409px) and (min-height: 370px) {
    .smarthScrollPanel {
        height: 89vh;
    }
}
@media screen and (max-height:369px) and (min-height: 340px) {
    .smarthScrollPanel {
        height: 88vh;
    }
}
@media screen and (max-height:339px) and (min-height: 320px) {
    .smarthScrollPanel {
        height: 87vh;
    }
}
@media screen and (max-height:319px) and (min-height: 300px) {
    .smarthScrollPanel {
        height: 86vh;
    }
}