/* card design  */
.sqr {
  position: relative;
  margin: 0 auto;
  height: 121mm;
  width: 121mm;
  background: #fff;
  border-radius: 2px;
  -webkit-box-shadow: 5px 5px 21px -5px rgba(0,0,0,0.75);
  box-shadow: 5px 5px 21px -5px rgba(0,0,0,0.75);
}
.sqr__front {
  position: relative;
  height: 118mm;
  padding: 13mm;
}
.sqr_logo {
  position: absolute;
  right: 13mm;
  top: 13mm;
}
.sqr_logo img {
  width: 19mm;
}
.sqr_outer {
  position: absolute;
  width: 95mm;
  height: 89mm;
  margin-top: 3em;
}
.sqr_inner {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.sqr_sender_msg__text {
  width: 100%;
  height: 65mm;
  overflow: hidden;
  word-wrap: break-word;
  font-size: 12pt;
  line-height: 20.4996pt;
  text-align: justify;
}
.sqr_sender_info__wrapper {
  height: 13mm;
  margin-top: 8mm;
}
.sqr_sender_pic {
  display: inline-block;
  width: 13mm;
  height: 13mm;
  margin-right: 5mm;
  overflow: hidden;
  border-radius: 50%;
  vertical-align: middle;
}
.sqr_sender_pic img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  vertical-align: middle;
}
.sqr_sender_name {
  font-size: 12pt;
  line-height: 13mm;
  vertical-align: middle;
}
.sqr__seq-num {
  position: absolute;
  color: #ddd;
  left: 5mm;
  bottom: 3mm;
}
.sqr__page-num {
  position: absolute;
  right: 5mm;
  bottom: 3mm;
}
@media only screen and (max-width: 479px) {
  .sqr {
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
    margin: 0 auto;
    height: 76.23mm;
    width: 76.23mm;
    background: #fff;
    border-radius: 2px;
    -webkit-box-shadow: 5px 5px 21px -5px rgba(0,0,0,0.75);
    box-shadow: 5px 5px 21px -5px rgba(0,0,0,0.75);
  }
  .sqr__front {
    position: relative;
    height: 74.34mm;
    padding: 8.19mm;
  }
  .sqr_logo {
    position: absolute;
    right: 5.1597mm;
    top: 8.19mm;
  }
  .sqr_logo img {
    width: 11.97mm;
  }
  .sqr_outer {
    position: absolute;
    width: 59.85mm;
    height: 56.07mm;
    margin-top: 1.89em;
  }
  .sqr_inner {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .sqr_sender_msg__text {
    width: 100%;
    height: 40.95mm;
    overflow: hidden;
    word-wrap: break-word;
    font-size: 7.56pt;
    line-height: 12.914748000000001pt;
    text-align: justify;
  }
  .sqr_sender_info__wrapper {
    height: 8.19mm;
    margin-top: 5.04mm;
  }
  .sqr_sender_pic {
    display: inline-block;
    width: 8.19mm;
    height: 8.19mm;
    margin-right: 3.15mm;
    overflow: hidden;
    border-radius: 50%;
    vertical-align: middle;
  }
  .sqr_sender_pic img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    vertical-align: middle;
  }
  .sqr_sender_name {
    font-size: 7.56pt;
    line-height: 8.19mm;
    vertical-align: middle;
  }
  .sqr__seq-num {
    position: absolute;
    color: #ddd;
    left: 3.15mm;
    bottom: 1.89mm;
  }
  .sqr__page-num {
    position: absolute;
    right: 3.15mm;
    bottom: 1.89mm;
  }
}
