/* Gallery */
.page-gallery {
    position: relative;
    overflow-x: hidden;
    width: 100%;
}
.gallery-inner-wrap {
    width: auto;
    white-space: nowrap;
}
.gallery-thumb {
    height: 150px;
    margin-right: 5px;
}
.page-gallery a img {
     /*-webkit-filter: brightness(100%);*/
}
.page-gallery a:hover > img {
      -webkit-filter: brightness(60%);
  -webkit-transition: all 0.2s ease-in-out;
     -moz-transition: all 0.2s ease-in-out;
       -o-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}
.touchevents .gallery-inner-wrap {
     overflow-x: auto; 
}
.touchevents .page-gallery::after {
	content: ">>>>>> Swipe to see all images >>>>>>";
	text-transform: uppercase;
	text-align: center;
	display: block;
	font-size: 12px;
	color: #999;
}