/*  Large devices (desktops, 992px and up) */
@media (min-width: 992px) {  
    .container .right .screen{
        background-image: none; /*url('./images/gausoft-screen-600x482.png'); */
        height:450px;
    }
    .gausoft-screen{
         max-width: 600px;
    height:auto;
    width: auto;
    margin: 0 auto; /*center align*/
    }
}