.gallery { position: absolute; left: 0; right: 0; top: 30%; }
.g-slide .g-item { display: inline-block; width: 270px; height: 191px; margin-right: 30px; margin-bottom: 30px; outline: none; }
.g-slide .g-item:nth-child(4n) { margin-right: 0; }
.gallery .prev,
.gallery .next { position: absolute; top: 40%; left: 40px; }
.gallery .next { left: auto; right: 40px; }

.fancybox-navigation .prev,
.fancybox-navigation .next { position: absolute; z-index: 99995; top: 40%; left: 40px; }
.fancybox-navigation .next { left: auto; right: 40px; }

@media only screen and (max-width: 1366px) {
	.gallery {     top: 200px; }
	.gallery .wrapper { width: 970px; }
	.gallery .g-slide .g-item { width: 220px; height: 150px; }
}