@media screen and (max-width: 650px) {
  #menuDiv {
    width: 250px;
  }
  .btnMain {
    width: 250px;
    height: 60px;
    font-size: 16px;
    line-height: 60px;
  }
}
@media all and (max-width: 1024px) {
  .indicatorName .tile.grey.iconInfo {
    background-image: url("../images/info-grey.png") !important;
    background-image: url("../images/info-grey.svg") !important;
    background-repeat: no-repeat !important;
    background-color: #fff;
    background-size: 20px;
    height: 20px;
    width: 20px;
    text-transform: uppercase;
    color: #808080;
  }
}
