#page-image-single {}
#page-image-single .photo {
  max-width: 25em;
}
#page-image-single .photo img {
  /*border: 1px solid green;*/
  box-shadow: 0 0 7px 0 #e8e8e8;
  margin-bottom: 1.5em;
}
#page-image-single .actions {
  max-width: 15em;
}
.url-preview {
  margin: 0 0 1em;
  padding: 1em;
  background-color: #eaeaea;
  display: inline-block;
  border-radius: 5px;
}

@media only screen and (max-width: 768px) {
  #page-image-single .horizontal {
    flex-direction: column;
  }
  #page-image-single .photo {
    max-width: unset;
  }
  #page-image-single .photo img {
    width: 100%;
  }
  #page-image-single .actions {
    max-width: unset;
  }
}