 /* Medium devices (tablets, 768px and up) */
 @media (min-width: 768px) { 
    .container .right .screen{
        background-image: none; /* url('./images/gausoft-screen-498x400.png'); */
        height: 400px;
    }
    .gausoft-screen{
         max-width: 455px;
    height:auto;
    width: auto;
    margin: 0 auto; /*center align*/
    }
  }

   /* Medium devices (tablets, 768px and up) */
 @media (max-width: 767px) { 
    .container{
        flex-direction: column;
        justify-self: center;
        align-items: center;
        height: 100vh;
    }
    .container .left{
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      width: 100%;
    }
    .container .left .google-play-button{
      margin-top: 20px;
      margin-left: 0px;
    }
  }