@media screen and (max-width: 780px) {
    .watermarkCont {
        top: 16%;
        left: 36%;
        display: block;
    }
}

@media screen and (max-width: 680px) {
    .menuCont {
        top: -10px;
    }

    .logoCont {
        display: block;
        top: 60px;
    }

    .watermarkCont {
        top: 16%;
        left: 32%;
        display: block;
    }

    .container {
        top: 60px;
    }

    .highcharts-input-group {
        translate: 0px 0px;
    }

    .highcharts-graph {
        stroke-width: 1.5px;
    }

    .gaugesContainer {
        top: 60px;
    }
}

@media screen and (max-width: 480px) {
    .watermarkCont {
        top: 18%;
        left: 27%;
        display: block;
    }

    .logoCont {
        display: none;
    }

    .container {
        top: 60px;
        height: 900px;
    }

    .htmlCont {
        height: 900px;
    }

    .menuCont {
        top: -10px;
        left: -14px;
    }

    .highcharts-graph {
        stroke-width: 1px;
    }

    .signalDisplay {
        font-size: 18px;
        padding: 6px;
        margin-top: 4px;
        height: 22px;
        position: relative;
    }
}