.playing-field {
    display: flex;
}

.playing-field__background {
    max-width: 50%;
}

.playing-field__background > img {
    max-width: 100%;
}