.mfp-content,
.mfp-content .mfp-figure,
.mfp-content figure,
.mfp-content figure img {
	height: 100%;
}

.mfp-s-loading .mfp-arrow {
	display: none;
}

.mfp-arrow-left {
	left: -100px;
}

.mfp-arrow-right {
	right: -100px;
}

@media (max-width: 700px) {
	.mfp-arrow-left {
		left: 0;
	}
	
	.mfp-arrow-right {
		right: 0;
	}
}