/* Large desktops and laptops */
@media screen and (min-width: 1200px) {
    .kv-grid-wrapper-planner {
        position: relative;
        overflow: auto;
        height: 800px;
    }
}

/* Landscape tablets and medium desktops */
@media screen and (min-width: 992px) and (max-width: 1199px) {
    .kv-grid-wrapper-planner {
        position: relative;
        overflow: auto;
        height: 700px;
    }
}

/* Portrait tablets and small desktops */
@media screen and (min-width: 768px) and (max-width: 991px) {
    .kv-grid-wrapper-planner {
        position: relative;
        overflow: auto;
        height: 800px;
    }
}


/* Landscape phones and portrait tablets */
@media screen and (max-width: 767px) {
    .kv-grid-wrapper-planner {
        position: relative;
        overflow: auto;
        height: 800px;
    }
}

/* Landscape phones and portrait tablets: Pokini Tab A10*/
@media screen and (max-width: 767px) and (min-height: 1000px){
    .kv-grid-wrapper-planner {
        position: relative;
        overflow: auto;
        height: 800px;
    }
}

/* Portrait phones and smaller */
@media screen and (max-width: 480px) {
    .kv-grid-wrapper-planner {
        position: relative;
        overflow: auto;
        height: 300px;
    }
}
