 /* Small devices (landscape phones, 576px and up) */
 @media (min-width: 576px) {
    .container .right .screen{
        background-image: none; /*url('./images/gausoft-lg-screen-original.png'); */
        height: 350px;
    }
     .gausoft-screen{
         max-width: 298px;
    height:auto;
    width: auto;
    margin: 0 auto; /*center align*/
    }
  }