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