/*! http://responsiveslides.com v1.53 by @viljamis */

.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    padding: 0;
    margin: 0;
    top: 0;
    z-index: -1;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
 	display: block;
	height: auto;
	float: left;
	border: 0;
	width: 100%;
  }
.tdcenter {
    text-align: center;
}
@media only screen and (max-device-width: 480px) {
    .top-nav ul li{
        font-size: 32px;
    }
    .group{
        width: 60%;
        margin: 250px auto;
        height: 100vh;
        font-size: 32px;
    }
    .listview_1_of_3, .listview_1_of_2{
        width: 100%;
        margin-top: 120px;
    }
}