/*----------------------------------------------------------------------------*/
/*  VIVO - Vivo Online Marketing                                              */
/*  fullscreen-background-slideshow                                                                */
/*----------------------------------------------------------------------------*/

ul.vivo-slideshow { list-style: none; margin-top: 0px; }

.vivo-slideshow,
.vivo-slideshow:after {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: -1;
}

.vivo-slideshow:after {
    z-index: 0;
}

.vivo-slideshow ul {
  margin-top: 0px;
}

.vivo-slideshow li span {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    color: transparent;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
    opacity: 0;
    z-index: 0;
}


.vivo-slideshow li div {
    z-index: 1000;
    position: absolute;
    bottom: 30px;
    left: 0px;
    width: 100%;
    text-align: center;
    opacity: 0;
    color: #fff;
}
.vivo-slideshow li div h3 {
    font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
    font-size: 240px;
    padding: 0;
    line-height: 200px;
}


@media screen and (max-width: 1140px) {
    .vivo-slideshow li div h3 { font-size: 140px }
}
@media screen and (max-width: 600px) {
    .vivo-slideshow li div h3 { font-size: 80px }
}

/* Show at least something when animations not supported */
.no-cssanimations .cb-slideshow li span{
	opacity: 1;
}
