#details {
    background: #fff;
    background-size: cover;
}

@media (max-width: 1200px) {
    #details {
        background: white;
    }
}