﻿
.drawChart-V {
    width: 100%;
    height: calc((100vh - 540px)/2) !important;
}

.drawChart-V-H {
    height: calc((100vh - 540px) / 2) !important;
}

.production-H {
    min-height: calc((100vh - 490px) / 1) !important;
}

@media (max-width:400px) {
    .drawChart-V {
        width: 100%;
        height: calc((100vh - 340px)/2) !important;
    }

    .drawChart-V-H {
        height: calc((100vh - 340px) / 2) !important;
    }

    .production-H {
        min-height: calc((100vh - 290px) / 1) !important;
    }
}
