/*
 * @file
 * Contain positioned elements.
 */

.position-container {
  position: relative;
}
