@media only screen and (min-width: 600px) and (max-width: 1024px) {

    .assembly_page .generated-image-container { max-width: 500px; }
    .assembly_page .bricks { width: 80%; }
    .assembly_page .bricks .brick { height: 45px; width: 45px; }
    .assembly_page .bricks .brick .brick_word { font-size: 1.3rem; }
    .assembly_page .bricks .brick .brick_num { font-size: 0.787rem; }

}