.fullscreen-btn {
  cursor: pointer;
  position: absolute;
  top: 14px;
  right: 12px;
  @media screen and (min-width: 768px) {
    top: 24px;
    right: 24px;
  }
  z-index: 1000;
  background: #eaeaea;
  border-radius: 3px;
  color: #505054;
  border: 0;
  width: 32px;
  height: 32px;
  padding: 7px;
  outline: 0;
  filter: drop-shadow(0px 5px 5px rgba(0, 0, 0, 0.4));
  &:active {
    filter: drop-shadow(0px 1px 3px rgba(0, 0, 0, 0.2));
  }
}
