.main-header .logo img {
  width: 300px;
}

#modal-ie-unsupported {
  position: fixed;
  height: 100%;
  width: 100%;
  background: rgba(255,255,255,.6);
  z-index: 50;
  top: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  display:none;
}

#modal-ie-unsupported.show {
  display: flex;
}

#modal-ie-unsupported .inner {
  width: 80%;
}

.dashboard-c  >div {
  width: 25%;
}
.dashboard-c  >div .btn {
  width: 100%;
}
.dashboard-c  >div .btn.inactive {
  opacity: .6;
}

.dashboard-c  >div .btn .icon {
  font-size: 4vw;
  color: #2980B9;
}