.graph-ecowatt .details {
    padding: 45px 0;
}

.graph-ecowatt .details .ecowatt-logo img {
  margin: auto;
}

.graph-ecowatt .details .ecowatt-label {
  margin-top: 20px;
  padding: 0 25px;
  height: 135px;
  font-size: 17px;
}


.graph-ecowatt .info .ecowatt-image img {
  margin: auto;
  margin-bottom: 20px;
}

.level-green.red,
.level-green.red_orange,
.level-red.green,
.level.red_orange.green {
  display: none !important;
}

@media only screen and (max-width: 768px) { 
  .graph-ecowatt .ecowatt-image img {
    height: 75px;
  }

  .graph-ecowatt .details .ecowatt-label {
    font-size: 14px;
    height: 105px;
  }
}