.ShowLightBox{
 position:fixed;
 top: 10%;
 left: 60%;
 z-index:10002;
 margin-left:-35%;
 margin-top:0%;
 width:50%;
 height:80%;
 background-color:#fff;
 padding:5px;
 border-radius:20px;
 text-align:center;
}
.lightboxBG{
	width:100%;
	height:100%;
	position:fixed;
	top:0px;
	background-color:#000;
	opacity: 0.5;
	z-index:10000;
}
.CloseButton{
 position:absolute;
 top:-15px;
 right:-15px;
 width:30px;
}
.ShowIframe{
	width:100%;
	height:100%;
	border-radius:20px;
	border:0px;
	overflow: auto;
}
.LightBoxtext{
	text-align:left;
	padding:0px 10%;
	margin:20px 0px;
	overflow-y:auto;
}
.imgBorder{
	margin: 20px;
  border: 1px solid #000;
	border-radius:20px;
}
.img{
	position: relative;
	width:auto;
	height:auto;
	max-width:220px;
	max-height:220px;
	padding:15px 5px;
}
.imgBorderInside{
	width:auto;
	height:auto;
	max-width: 220px;
	max-height: 220px;
	overflow:hidden;
	margin:auto;
	display:flex;
}

.imgbutton{
	display: inline-flex;
  margin: 5px 2px 10px 2px;
	width: 30px;
	height: 4px;
	background-color:#61C4FE;
}

.imgbuttonSelect{
	background-color:#0689C8;
}

@media screen and (max-width:1024px) {
	.img{
	position: relative;
	width:auto;
	height:auto;
	max-width:200px;
	max-height:200px;
		padding:15px 5px;
	}
	.imgBorderInside{
	width:auto;
	height:auto;
	max-width: 200px;
	max-height: 200px;
	overflow:hidden;
	margin:auto;
	display:flex;
	}
}
@media screen and (max-width:768px) {
	.img{
	position: relative;
	width:auto;
	height:auto;
	max-width:150px;
	max-height:150px;
		padding:15px 5px;
	}
	.imgBorderInside{
	width:auto;
	height:auto;
	max-width: 150px;
	max-height: 150px;
	overflow:hidden;
	margin:auto;
	display:flex;
	}
}
@media screen and (max-width:486px) {
.ShowLightBox{
	 position:fixed;
	 top: 10%;
	 left: 0%;
	 z-index:10002;
	 margin-left:10%;
	 margin-top:0%;
	 width:80%;
	 height:80%;
	 min-height:80%;
	 background-color:#fff;
	 padding:5px;
	 border-radius:20px;
	 text-align:center;
	}
.img{
	position: relative;
	width:auto;
	height:auto;
	max-width:150px;
	max-height:150px;
		padding:15px 5px;
	}
	.imgBorderInside{
	width:auto;
	height:auto;
	max-width: 150px;
	max-height: 150px;
	overflow:hidden;
	margin:auto;
	display:flex;
	}
}