html { 
  background: url('../img/bear-bg.jpg') no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


#page-wrap {

  margin: 0 auto;
  width: 100%;
  height: 720px;

}

#card {
  position: raltive;
  display: block;
	height: 540px;         /* required - desired height */
	width: 600px;          /* required - desired width */
	margin:  400px auto;       /* required */         /* required */

}

#card #caption-container {
  background: #3B4D5A;
  opacity: .7;
  margin-bottom: 15px;
  width: 100%;
}
 p#caption, p#signature {
  font-family: 'Quintessential', cursive;
   font-size: 1.6rem;
   color: #FFFFFF;
   margin: 0;
 }
 p#caption {
  padding: 20px 20px 0 20px;
 }
 p#signature {
     text-align: right;
  padding: 0 20px 15px 20px;
 }


#card #card-img {
  width:  100%;
  height:  auto;

}

@media only screen and (max-width: 480px ) {
  #card {
    margin-top: 280px;
    width: 340px !important;
    border: 1px solid red;
  }
  #card-img-container {
    width: 340px !important;
  }

  p#caption, p#signature {
    font-family: 'Quintessential', cursive;
     font-size: 1.5rem;
     line-height: 1.8rem;
     color: #FFFFFF;
     margin: 0;
   }
   p#caption {
    padding: 10px 10px 0 10px;
   }
   p#signature {
    
       text-align: right;
       padding-bottom: 15px;
   }

}


@media only screen and (min-width : 481px) and (max-width : 620px) {
  #card {
    margin-top: 320px;
    width: 480px !important;
  }
  #card-img-container {
    width: 480px !important;
  }

  p#caption, p#signature {
    font-family: 'Quintessential', cursive;
     font-size: 1.4rem;
     color: #FFFFFF;
     margin: 0;
   }
   p#caption {
    padding: 20px 20px 0 20px;
   }
   p#signature {
  
       text-align: right;
       padding-bottom: 15px;
   }

}