@media screen and (max-width: 767px) {
  .image_preview_button_wrapper {
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
  }
}
