.app-image-container {
  width: 327px;
}

@media(max-width: 424px)
{
  .app-image-container {
    width: 280px
  }
}