.hideme{
  width: 500px;
  height: 400px;
  border: 1px solid #000;
  background-color:green;
  margin: 20px;

}

.hidemeanimate{
  opacity: 0.2;
  background-color: blue;
}
.wrapper{
  overflow: auto;
  margin:auto;
}



.new_active{
  background: #f4f3f3;
  font-size: 22px;
  opacity: 1;
  line-height: 40px;
}

.loader{
  position: fixed;
  top: 40%;
  left: 47%;
  z-index: 9;
}

@media only screen and (max-width: 356px) {

  .loader{
  position: fixed;
  top: 40%;
  left: 27%;
  }
}