.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.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;
  width: 100%;
  border: 0;
  }

  @media only screen and (min-width: 769px) {
    /* For mobile phones: */
    .galleryContainer{
      width: 60%;
    }    
  }

  .galleryContainer{
    margin-right: 30px;
    margin-left: 30px;
    margin-left: auto;
    margin-right: auto;
  }

  .title-section {
    margin-bottom: 30px;
  }

  .rslides_nav {
    display: inline-block;
    text-align: center;
    line-height: 1;
    cursor: pointer;
    -webkit-appearance: none;
    transition: background-color .25s ease-out,color .25s ease-out;
    vertical-align: middle;
    border: 1px solid transparent;
    border-radius: 0;
    padding: .85em 1em;
    margin: 0 0 1rem;
    font-size: .9rem;
    background-color: #1377c5;
    color: #fefefe;
    margin-top: 2%;
    width: 150px;
  }

  .rslides_nav.rslides1_nav.next{
    margin-left: 2%;
  }