@media (max-width: 768px) {
  .em_graph_company .graph_marker {
    left: 0;
    right: 0;
    z-index: 9;
    width: auto;
  }

  #em_marker_scale .scaleMiniMarker {
    position: absolute;
    display: none !important;
  }

  #em_marker_scale .scale-marker .label span {
    position: absolute;
    bottom: 3px;
    right: 1px;
  }

  #em_marker_scale .scale-marker:last-child .label span {
    bottom: auto;
    top: 3px;
  }

  .thermo_label {
    left: -60px;
  }
}

