/* Ignore start */
.my-gallery {

}
.my-gallery img {
  width: 100%;
  height: auto;
}
.my-gallery figure {
  display: block;
  float: left;
  margin: 0 5px 5px 0;
  width: 100%;
}
.my-gallery figcaption {
  display: none;
}


/* Disable idle temporarily */ 
.pswp__ui--idle .pswp__top-bar, .pswp__ui--idle .pswp__button--arrow--left, .pswp__ui--idle .pswp__button--arrow--right{	
		opacity: 1; 
}

/* Ignore end */


/* change start  */ 

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background-size: 528px 176px;
  height:40px;
  width:48px;
  top:24px;
  left:4px;
}

.pswp__button--arrow--left::before {
  background-position:-276px -98px;  
}

.pswp__button--arrow--right::before {
  background-position:-195px -98px;
}

/* change end */