@media screen and (max-width: 768px){
.fs-c-photoswipe.pswp--open .pswp__zoom-wrap {
   transform: translate3d(0px,44px,0px) scale(1) !important;
}
.fs-c-photoswipe.pswp--open .pswp__img {
   max-width: 100% !important;
   height: auto !important;
}
}