.destination-background {
  background-size: cover;
  height: 100%;
  display: flex;
  justify-content: center;
}

.bg-square{
  align-items: flex-end;
}

.bg-round{
  align-items: center;
}


.destination-round,
.destination-square {
  margin: 0;
  transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
}

.di-round{
  border-radius: 50%;
}

.destination-round{
  top: 50%;
}

.destination-square {
  
  bottom: 10%;
}

