.dyvix-top-left {
  top: 20px;
  left: 20px;
}

.dyvix-top-right {
  top: 20px;
  right: 20px;
}

.dyvix-bottom-left {
  bottom: 20px;
  left: 20px;
}

.dyvix-bottom-right {
  bottom: 20px;
  right: 20px;
}

.dyvix-top-center {
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
}
