.loadMask{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("../img/loading3.gif") no-repeat center;
  background-color: #ffffff;
  opacity: 0.8;
  background-size: 2.5rem;
}