.fancybox__iframe {
	border: 0;
	display: block;
	height: 100%;
	width: 100%;
	background: #ffffff !important;
}

/* .fancybox-content {
	transform: translate(565px, 90px) scale(1, 1) !important;
	width: 50em !important;
	height: 50em !important;
} */

.box-container {
	height: 360px;
	border: 1px solid #ddd;
	border-radius: 4px
}

.box-container img {
	max-width: 90%;
	max-height: 90%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	border: none
}