@charset "utf-8";
/* CSS Document */

.img-wrapper {
  position: relative;
  width: 400px;
  max-width: 100%;
  height: 225px;
  margin-bottom: 1em;
  float: left;
}

#post_photos .img-wrapper {
	width: 31%;
	height: 180px;
	margin-right: 2%;
}

@media screen and (max-width: 767px){
.img-wrapper {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 225px;
}
}

#preview_field {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}

#preview_field img {
  max-width: 100%;
  height: auto;
  max-height: 100%;
  border-radius: 10px;
}

#drop_area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px dashed #aaa;
  cursor: pointer;
  border-radius: 10px;
  font-size: 18px;
  color: #8B8B8B;
  display: table;
}

#drop_area .inner{
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  text-align: center;
  background: #e6e6e6;
  border-radius: 10px;
}

#icon_clear_button {
  display: none;
  position: absolute;
  top: -6px;
  right: -6px;
  cursor: pointer;
  background: #fff;
  padding: 0.1em;
  border-radius: 50%;
}

#input_file {
  width: 100%;
  height: 100%;
  opacity: 0;
}

#input_file:focus {
  opacity: 1;
}
/*
.user-icon-dnd-wrapper.is-hidden {
    opacity: 0;
    height: 0;
    margin: 0;
}

.more {
    text-align: center;
    margin-top: 20px;
}
.more button {
    background-color: #bbdeff;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    height: 32px;
    line-height: 32px;
    width: 120px;
    border-radius: 16px;
}
*/
