.copy-under-image {
  text-align:center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size:12px; 
  line-height:22px;
}
.full-row > div {
  padding:0;
}
.space-top {
  padding-top:30px;
}
.space-top-x2 {
  padding-top:60px;
}
.space-bottom {
  padding-bottom:30px;
}
.space-bottom-x2 {
  padding-bottom:60px;
}
.space-bottom50 {
  padding-bottom:50px;
}
.margin-bottom15 {
  margin-bottom:15px;
}
.margin-bottom {
  margin-bottom:30px;
}
.margin-top {
 	margin-top: 30px;
}
.max-width-1200 {
    margin: auto;
    max-width: 1200px;
}
.max-width-940 { 
	max-width: 940px;
}
.center {
    text-align: center;
}
.fix-height {
  	height: 50%; 
	max-height: 50%;;
}
.full-image-border {
  max-width: 100%;
  padding:0;
  border:1px solid #ffffff;
}