#fancybox-wrap {
	max-height: 90vh !important;
  width: auto !important;
}

.gallery-lightbox-container>div:last-of-type {
	display: none !important;
}

.fancybox-toolbar .fancybox-button--zoom,
.fancybox-toolbar .fancybox-button--play,
.fancybox-toolbar .fancybox-button--thumbs {
	display: none !important;
}

.clear, .cleaner {
  clear: both;
  height: 0;
  overflow: hidden;
}


.clearfix::before, .clearfix::after {
  content: "";
  display: table;
}

.clearfix::after {
  clear: both;
}