.user_image {
  width: 100%;
  opacity: 0.5;
  }

.load_image{
  width: 100%;
  max-height: 750px;
  opacity: 0.5;
  filter: grayscale(100%);
}

.no_select {
  -webkit-touch-callout:none;
  -webkit-user-select:none;
  -khtml-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  user-select:none;
}