
@media only screen and (max-width: 1430px) {
	.fixed-nav-prev .photo {
		position: static;
		margin-left: -115px;
	}
	.fixed-nav-prev:hover .photo {
		margin-left: 0;
	}
	.fixed-nav-next .photo {
		position: static;
		margin-right: -115px;
	}
	.fixed-nav-next:hover .photo {
		margin-right: 0;
	}
}