@media screen and (max-width: 749px) {
  .slideshow__slide-content .prose .button-group {
    display: flex !important;
  }
  
  .slideshow__slide-content .prose .button-group .button {
    display: inline-flex !important;
  }
}