.clear{
  font-size: 0px;
  line-height: 0px;
  overflow: hidden;
  width: 0px;
  height: 0px;
  clear: both;
}
.simple-cropper-images{
  width: 820px;
  margin: 0 auto 20px;
  
}
.cropme{
  float: left;
  background-color: #f1f1f1;
  margin-bottom: 5px;
  margin-right: 5px;
  cursor: pointer;
}

.ogImage{
  background-image: url('../../img/cropper/UploadLight.png');
  background-position: center center;
  background-repeat: no-repeat;
}

.ogImage:hover{
  background-image: url('../../img/cropper/UploadDark.png');
}

.gallImage:hover{
  background-color: #dddddd;
}

.gallImage:before{
  content: "\e61a";
  font-family: 'themify';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 31px;
  position: relative;
  text-align: center;
  top: 25px;
  left: 43px;
  color: #F73B07;
}

