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