.url{
  position: absolute;
  top:0;
}
.edit-content-button{
  display: inline-flex; 
}
.edit-content-button > div{
  display: none; 
}
.edit-content-button a:hover + div{
  display: inline-flex;
  font-size: 10px;
  margin-left: 15px;
}
.edit-content-button.edit-style{
  top:75px;
}

.event-card{
  position: relative;
}
.event-card .edit-content-button{
  right: 0;
  left: auto;
  margin-right: 15px;
  top:15px;
}
