.clear-block-root {
    width: 100%;
    max-width: 1500px;
    height: 500px;
    box-sizing: border-box;
}

@media ( max-width: 900px ) {
    .clear-block-root {
        height: auto;
    }
}