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