.hc_info_container {
	position: fixed;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 100000;
	background-color: rgba(0, 0, 0, 0.3);
	display: flex;
	align-items: center;
}
.hc_info_img {
	margin: 0 auto;
	display: block;
}
.hc_info_img img {
	margin: 0 auto;
	display: block;
	max-width: 80%;
	height: auto;
	max-height: 80%;
}
@media (max-width: 1199.98px) {
	.hc_info_img img {
		max-width: 90%;
		height: auto;
		max-height: 90%;
	}
}