
body {
	margin:25px;
 	/* background: url("images/bg.jpg"); */
}
/* img {width: 100%} */

.divTable{
	display: table;
	width: 900px;
  /* align: center; */
	margin: 0 auto;
	vertical-align: middle;
}
.divTableRow {
	display: table-row;
}

div.polaroid {
  width: 80%;
  background-color: white;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  margin-bottom: 25px;
}

div.container {
  text-align: center;
  
  padding: 5px 10px;
}

.divTableCell {
	display: table-cell;
}
.divTableBody {
	display: table-row-group;
}
.divLabel {
	text-align: center;
	font-size: 30px;
	padding: 20px;
	width:50%;
}

.image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%)
}

.container2:hover .image {
  opacity: 0.3;
}

.container2:hover .middle {
  opacity: 1;
}

.label1 {
  font-size: 20px;
}

.text {
  background-color: #4CAF50;
  color: white;
  font-size: 16px;
  padding: 16px 32px;
}

.container2 {
    position: relative;
    width: 100%;
}

div.reximage {
   width:800px; 
   height:193px; 
   /* //background-image:url('images/rexterra.jpg'); */
   padding:0; 
}

a.links {
  text-decoration:none;
}
