/*! http://responsiveslides.com v1.54 by @viljamis */

.callbacks_container {
  position: relative;
}

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  height: 620px;
  width: 100%;
  padding: 0;
  margin: 0;
}

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  height: 620px;
  width: 100%;
  left: 0;
  top: 0;
}

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
}

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
}

@media screen and (max-width: 480px) {
  .rslides { height: 310px }
  .rslides li { background-size: 177.7% 100%; height: 100%; }
}

@media screen and (max-width: 360px) {
  .rslides { height: 250px }
}