#nnvoSlider {
  height: 700px;
  background-image: url('/images/slidebgnnvo.jpg');
  background-repeat: no-repeat;
  background-position: center bottom;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: scroll;
  z-index: 1;
}

#nnvoSliderBottom {
  width: 100%;
  height: 54px;
  position: absolute;
  bottom: 0;
  z-index: 2;
}

#nnvoSliderBottom img {
  width: 100%;
  height: 100%;
}

#nnvoSliderMan {
  position: absolute;
  z-index: 1;
  bottom: 0;
  width: 225px;
  height: auto;
  right: -320px;
}

#nnvoSliderMan img {
  width: 100%;
}

#nnvoSliderMan.loaded {
  right: 300px;
  transform: translate(100%, 0);
  transition: all 1s ease-in-out;
}

@media only screen and (min-width: 768px) {
  #nnvoSliderMan.loaded {
    right: 350px;
  }
}

@media only screen and (min-width: 1200px) {
  #nnvoSliderBottom {
    height: 200px;
  }

  #nnvoSliderMan {
    width: 320px;
    right: -320px;
  }

  #nnvoSliderMan.loaded {
    right: 600px;
  }
}
