#title {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
  align-items: center;
  flex-wrap: wrap;
}

#wrapper {
  cursor: pointer;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

#input {
  font-size: 1000%;
  position: absolute;
  top: -50%;
  left: -50%;
  opacity: 0;
}

.hidden {
  display: none;
}

img {
  max-width: 100%;
}

:host([imgview='viewer']) #title i {
  background-color: var(--color-grey);
  margin-right: 6px;
}

:host([imgview='viewer']) #title a {
  color: var(--color-dark-grey);
  margin-top: 7px;
  display: flex;
  align-items: center;
}
