body {
  background: url(schuh.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body #s4-simple-content{
   padding-top: 50px;
}

body #s4-simple-card{
  border-radius: 75px;
  background-color: rgba(255,255,255,0.8);
}

#s4-simple-card-footer{
  position: absolute;
  bottom: 0px;
  background-color: rgba(255,255,255,0.8);
  width: 100%;
  text-align: center;
  font-size: 10pt;
  padding: 10px;
  box-sizing: border-box;
}
#s4-simple-card-footer img{
  height:17px;
  width:auto;
}
