

h2{
  text-align: center;
  font-weight: normal;
  margin-top: 40px;
  margin-bottom: 30px;
  font-size: 17pt;
}

#animated-thumbnails-gallery{
  width: 98%;
  margin-left: 1%;
  margin-right: 1%;
}

#animated-thumbnails-gallery a{
  cursor: pointer;
}


@media (max-width:750px) {
  #animated-thumbnails-gallery{
    width: 100%;
    margin-left: 0px;
  }

  h2{
    font-size: 13pt;
    margin-bottom: 5px;
  }

}
