 /* Extra Small devices (landscape phones, 576px and down) */
 @media (max-width: 575px) { 
     body{
         padding: 0 !important;
         height: 100vh;
         overflow: hidden;
     }
    .container .left .logo{
        margin-left: 60px;
    margin-top: 20px;
    }
    .container .right{
        width: 100%;
    }
    .container .left .logo{
        height: 40px;
    }
    .container .right .screen{
        background-image: none; /* url('./images/gausoft-screen-374x300.png'); */
        height: 300px;
        width: 100%;
        margin: 0 auto;
    }
    .gausoft-screen{
         max-width: 280px;
    height:auto;
    width: auto;
    margin: 0 auto; /*center align*/
    display:block;
    }
 }