.fancybox-container .prev,
							.fancybox-container .next {
							  width: 69px;
							  height: 69px;
							  font-size: 35px;
							  border-radius: 50%;
							  border: none;
							  background-color: #fe7f40;
							  color: white;
							  cursor: pointer;
							  padding: 0;
							  position: absolute;
							  bottom: 50%;
							  transform: translateY(50%);
							}

							.fancybox-container .next {
							  right: 20px;
							}

							.fancybox-container .prev {
							  left: 20px;
							}