.site-logo-wrapper {
  background-color: #1C355E;
  margin: auto;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  padding: 0;
  margin: 0;
  line-height: 0;
}

.logo object {
  pointer-events: none;
  width: 70px;
  height: 70px;
}