/* Site : รวม <style> 1 บล็อกที่เดิมอยู่ในหน้า Site.Master
   ย้ายออกมาเพื่อให้ CSP ไม่ต้องพึ่ง 'unsafe-inline' ใน style-src */

        @media only screen and (max-width: 767px) {
            #sec7 .big-container {
                height: unset !important;
            }

            #sec7 .ir-wrapper {
                height: 35% !important;
            }
        }
    