.pswp {
	background-color: #fff;
}

@media only screen and (width <= 1279px) {
	.pswp {
		background-color: rgba(0, 0, 0, 0.8);
	}
}
@media only screen and (width <= 767px) {

	.pswp--touch .pswp__button--arrow {
		visibility: visible;
	}
}