/* 
    Created on : 27.07.2015, 13:41:47
    Author     : kaestner
*/

/* @media only screen and (min-device-width: 568px) { */
@media only screen
and (min-device-width: 320px) 
and (max-device-width: 450px)   { 

}
.nivoSlider {
  max-width: 100% !important;
  display: block;
  margin: 0 !important;
  padding: 0 !important;
  
}
.slider-wrapper.theme-default.controlnav-thumbs {
  max-width: 100%;
  display: block;
}
.nivoSlider {
  height: 100% !important;
}
.nivo-caption {
  position: relative;
  padding: 0;
  opacity: 0.8;
}
.nivo-box {
  display: none !important;
  width: 0 !important;
}
.nivo-slice {
  display: none !important;
  width: 0 !important;
}
}


