.fancybox__footer {
display: none;
}
.fancybox-image {
	height: 100%;
}

button[title="Toggle zoom level"],
button[title="Toggle slideshow"],
button[title="Toggle full-screen mode"],
button[title="Toggle thumbnails"]
{
   display: none!important;
}

.fancybox__nav button.f-button.is-next:before {
	font-family: 'Font Awesome 5 Free';
    content: "\f054";
	font-size: 50px;
	line-height: 0;
	display: flex; 
	align-items: center;
	justify-content: center;
	margin: auto;
	width: 0px;
	height: 0px;
}
.fancybox__nav button.f-button.is-next:hover,
.fancybox__nav button.f-button.is-prev:hover,
button[title="Close"]:hover
{
	transition: 0.3s;
	color: #e14f26!important;
}

.fancybox__nav button.f-button.is-prev:before {
	font-family: 'Font Awesome 5 Free';
    content: "\f053";
	font-size: 50px;
	line-height: 0;
	display: flex; 
	align-items: center;
	justify-content: center;
	margin: auto;
	width: 0px;
	height: 0px;
}

.fancybox__nav button.f-button.is-prev, .fancybox__nav button.f-button.is-next, button[title="Close"] {
		background: none!important;
    border: none!important;
}

button[title="Close"]:before {
	content: "\2715";
	font-size: 50px;
}