.node-album-form .tabledrag-processed .image-preview {
  float: left;
  width: 20%;
  margin-right: 20px;
}
.node-album-form .tabledrag-processed .image-widget-data {
  float: left;
  width: 75%;
}

@media screen and (max-width: 992px){
  .node-album-form .tabledrag-processed .image-preview {
    float: none;
    width: 100%;
  }
  .node-album-form .tabledrag-processed .image-widget-data {
    float: none;
    width: 100%;
  }
}