/* 
  CSS pro jQuery plugin background.cycle
*/

.cycle-bg-image-navigation
{
  /* background: yellow; */
  width: 100%;
  height: auto;
  position: absolute;
  z-index: 1000;
  /* bottom: calc(20px + 1vh); */
  bottom: 25px;
  text-align: center;
}

.cycle-bg-image-navigation-node
{
  margin: 0px 2px;
  cursor: pointer;
}

