.spinner {
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  position: absolute;
  background: url('../images/loader.gif') no-repeat center center;
  background-size: 23px 23px;
}
