body {
	margin: 0px:
}

.main_container {
    position: relative;
  /*  width: 90%; */
  text-align: center;
  font-family: "Courier New", Courier, monospace;
  margin: auto;
	padding: 0px;
}

.pics_Container{
     
      flex-wrap: wrap;
      display: flex;
    margin: auto; 
  justify-content: center;
  clear: right;

  }

.imgBox{
 	 justify-content: center;
   float: left; 
 max-height:308px;
 max-width:408px;
      background-color: #CCCCCC;
 	 overflow:hidden;	
   margin-left:2px;
    margin-right: 2px;
    margin-bottom: 4px;
 display:flex;
 position: relative;
	
}
form {
    margin: auto;
}

.img{
 /*	width: 100%;
 height: auto; */
 max-height:300px;
   max-width: 400px; 
display: block;	
	
   margin:auto;
}
/* The overlay effect - lays on top of the container and over the image */
.overlay {
  position: absolute;
  bottom: 0;
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.5); /* Black see-through */
  color: #f1f1f1;
  width: 100%;
  transition: .5s ease;
  opacity:0;
  color: white;
  font-size: 20px;
	margin-left: 10px;
  padding-left: 8px;
  padding-top:20px;
  padding-right: 20px;
  padding-bottom: 2%;
  text-align: center;
}

/* When you mouse over the container, fade in the overlay title */
.imgBox:hover .overlay {
  opacity: 1;
}
.footer {
    width: 100%;
    float: right;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px
}
