﻿#overlay1 {
  position: absolute;
  top: 25px;
}
#overlay2 {
  position: absolute;
  top:150px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.35);
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0% 0%;
}

#overlay4 {
  position: absolute;
  top:400px;  
}
#overlay3 {
  z-index:100;
  background-color:white;
  position: absolute;
  top:165px;
  width: 400px;
}
.your-card {
  position: absolute;
  top: 130px;
  left: 50px;
  text-align: center;
  color: #fff;
  font-weight: bold;
}