.rs-gallery-thumbs-grid .rsThumb {
  float: left;
  overflow: hidden;
  margin: 0 0 1px 1px;
}
.rs-gallery-thumbs-grid .rsThumbs {
  width: 228px !important;
  position: absolute;
  top: 0;
  padding: 0 0 0 1px;
  right: 0;
  height: auto;
  min-height: 100%;
  background: #fff;
}
.rs-gallery-thumbs-grid .rsThumbsContainer {
  height: auto !important;
  background: #fff;
}
.rs-gallery-thumbs-grid .rsGCaption {
  right: 50px;
  line-height: 22px;
  padding: 15px;
  font-size: 11pt;
  background: #eee;
  position: absolute;
  width: auto;
  bottom: 30px;
  float: none;
  text-align: left;
  margin-bottom:25px;
  margin-left:10px;
}
@media screen and (min-width: 0px) and (max-width: 760px) {  
  .rs-gallery-thumbs-grid .rsThumbs {
    left: 0;
    position: relative;
    width: 100%;
    height: auto;
    padding: 1px 0 0 0;
    min-height: auto;
    background: #fff;
  }
  .rs-gallery-thumbs-grid .rsThumbsContainer {
    height: auto !important;
  }

}