<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ipad */
@media (min-width: 768px) and (max-width: 992px) {

}
/* mid */
@media (min-width: 992px) and (max-width: 1200px) {
    .tab_content .pieces {display: block;}
    .tab_content .m_pieces {display: none;}
}
</pre></body></html>