#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#002050;
  display:none;
}  
#boxes .window {
  position:absolute;
  left:0;
  top:0;
  width: auto;
  height: auto;
  display:none;
  z-index:9999;
  text-align: center;
  padding: 0;  
  margin-left: auto;
  margin-right: auto;
}
/*
#boxes #dialog {  
  width: 60%;
  height:auto;
  font-size: 15pt;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

*/
/*
.agree:hover{
  background-color: #D1D1D1;
}
.popupoption:hover{
	background-color:#D1D1D1;
	color: green;
}
.popupoption2:hover{
	color: red;
}
*/
@keyframes zoominoutsinglefeatured {
  0% {
      transform: scale(1,1);
  }
  50% {
      transform: scale(.6,.6);
  }
  100% {
      transform: scale(1,1);
  }
}

.galleryImg img {
  animation: zoominoutsinglefeatured 1s  ease-in-out ;
  padding: 0;
  margin: 0;
}

.responsive {
	width: 50%;
	height: auto;
  }
  @media only screen and (max-width: 479px) {
    .responsive {
      width: 90%;
      height: auto;
  }
}
@media only screen and (min-width: 480px) and (max-width: 991px) {
  .responsive {
    width: 80%;
    height: auto;
}
}