
.row1 {
    background-color: #9393ffa1 !important;
}
#rowBox {
    text-align: center;
    width: 100%;
}
#container1{
left:0;
right:0;
top:0;
bottom:0;
  position:absolute;
  }

.empty{
  border:none !important;
  background-color: #00000000 !important;
}
div#popUpForm {
    position: fixed;
    width: 100%;
    background-color: #00000082;
  display:none;
  height: 100%;
  z-index:800;
  top:0;
  left:0;
  right:0;
  bottom:0;
  
}

#popContainer {
    width:60%;
    text-align: center;
    margin: 0 auto;
    background-color: #FFFFFF;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	position: fixed;
	z-index:1000;
}

#popContainer img{
width:100%;
height:auto;

}


#close{
  border:solid 0px;
  width:14px;
  padding:3px;
  float:right;  
  margin:10px;
  cursor:pointer;
  border-radius:2px;
  font-weight:bold;
}
#close:hover{
  background-color: #DBDBDB;
}







 @media only screen and (max-width:560px){
 #popContainer {
    width:95%;
    text-align: center;
    margin: 0 auto;
    background-color: #FFFFFF;
    height: auto;
 }

#popContainer img{
width:100%;
height:auto;

}

 
 |