/* Welcome to Compass. Use this file to write IE specific override styles.
 * Import this file using the following HTML or equivalent:*/
/* Welcome to Compass. Use this file to define print styles.
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/print.css" media="print" rel="stylesheet" type="text/css" /> */
/*fontsize*/
input[type="button"], input[type="submit"] {
  cursor: pointer;
}

/*--------------------------------------*/
.rbannerlist {
  width: 100%;
  display: table;
}
.rbannerlist > div {
  width: 100%;
  margin-bottom: 10px;
  overflow: hidden;
}
@media screen and (max-width: 980px) {
  .rbannerlist > div {
    width: 23.5%;
    margin-right: 2%;
    float: left;
  }
  .rbannerlist > div:nth-child(4n) {
    margin-right: 0px;
  }
}
@media screen and (max-width: 767px) {
  .rbannerlist > div {
    width: 49%;
    margin-right: 2%;
    float: left;
  }
  .rbannerlist > div:nth-child(2n) {
    margin-right: 0px;
  }
}
.rbannerlist > div:last-child {
  margin-bottom: 0px;
}
.rbannerlist > div img {
  width: 100%;
  height: auto;
  transform:scale(1);
  	-webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}


.rbannerlist > div:hover img {
  transform:scale(1.05);
  	-webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
