body {
  height: 100%;
  background-image: url("cork-wallet.png");
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

body::after {
  content: "";
  background-image: url(ectn_map.png);
/*  background-attachment: fixed;*/
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 60%;
  opacity: 0.25;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;   
}

.wrap_box {
  text-align: center;
}

.wrap_box_25 {
  text-align: center;
  float: left;
  width: 25%;
  min-width: 400px;
}

.wrap_box_33 {
  text-align: center;
  float: left;
  width: 33%;
  min-width: 400px;
}

.wrap_box_50 {
  text-align: center;
  float: left;
  width: 49%;
  min-width: 400px;
}

.box {
  position: relative;
  display: inline-block;
  padding: 5px;
  border-radius: 5px;
  max-width: 90%
}

.box .box_bg {
  background: url("cork-wallet.png") center center;
  opacity: 0.85;
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
  border-radius: 5px;
}

.header {
  text-align: center;
}

.header img {
  min-width: 300px;
  max-width: 800px;
}

.box_33 {
  text-align: center;
  vertical-align: top;
  position: relative;
  display: inline-block;
  padding: 5px;
  border-radius: 5px;
  width: 33% ;
  min-width: 400px;
}
