<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
                        .thumb {
                            background-size: cover;
                            background-position-y: center;
                        }

                        .thumb_box {
                            height: 150px;
                        }

                        .thumb_box_large {
                            height: 300px;
                        }

                        @media (min-width: 768px) {
                            .thumb_box {
                                height: 250px;
                            }
                        }</pre></body></html>