.dictionary-flag {
  height: 36px;
  width: 36px;
  border-radius: 50%;
  transition: transform 0.18s cubic-bezier(.4, .2, .2, 1), box-shadow 0.18s;
}

.dictionary-flag:hover {
  transform: scale(3);
  box-shadow: 0 2px 12px 0 rgba(202, 176, 113, 0.25);
  border-radius: 10%;
  z-index: 2;
}