.box_main_popup{
	top:0px;
	left:0px;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 10005;
	display: none;
	background: rgba(74, 68, 67, 0.8);
}
.boxgambar_popup{
	position:absolute;
	left: 50%;
	top: 50%;
	border: 10px solid #ffffff;
}

.bttutup_popup{
	position: absolute;
	width: 30px;
	height: 30px;
	right: -10px;
	top: -11px;
	background: url('close.png') no-repeat;
	background-size: 30px 30px;
	cursor: pointer;
}
.boxgambar_popup a, .boxgambar_popup img{
	width: 100%;
}

@media only screen and (max-width: 800px) {
	.boxgambar_popup{
		width: calc(90% - 10px) !important;
		left:4%;
		margin-left: 0px !important;
		top: 20px;
		margin-top: 0px !important;
		height: auto !important;
	}
}