.live-screenshot-container {
  flex: 0 0 0;
}

@media screen and (min-width: 768px) {
  .live-screenshot-container {
    flex: 0 0 50%;
  }
}
