.has-plx {
  overflow: hidden;
}
.has-plx > *:not(.plx-container) {
  position: relative;
  z-index: 5;
}

.plx {
  position: absolute;
  z-index: 1;
}
.plx-container {
  margin: 0 !important;
  position: relative;
}
.plx-topright {
  top: 0;
  right: 0;
}
.plx-topleft {
  top: 0;
  left: 0;
}
.plx-bottomright {
  bottom: 0;
  right: 0;
}
.plx-bottomleft {
  bottom: 0;
  left: 0;
}
