.twelve-outstanding-screen-wrapper img{
    width: 100%;
    max-width: none !important;
}
.twelve-outstanding-screen{
    display: none;
}
.twelve-outstanding-screen-wrapper{
    padding: 10%;
    background-color: white;
}
@media only screen and (max-width: 725px){
    .twelve-outstanding-screen-wrapper img{
        display: none;
    }
    .twelve-outstanding-screen{
        display: block !important;
    }
    .twelve-outstanding-screen-wrapper{
        padding: 5%;
    }
}