body {
	background-color: #1f1f1f;
}
       
.pswp__img {
	cursor: default !important;
	
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.pswp { 
	--pswp-bg: #1f1f1f;
}

.pswp__counter {
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

.pswp__button--arrow {
    visibility: visible !important;
	top: 40pt;
	margin-top: 0px;
	width: 20%;
	height: 100%;
}

.pswp--touch .pswp__button--arrow {
	opacity: 0.003 !important;
}

.pswp--ui-visible .pswp__button--arrow {
	opacity: 0.2;
}

.pswp--has_mouse .pswp__button--arrow:hover {
	opacity: 0.85;
}