Gendome GO300 Portable Power Station
/* @media screen and (min-width: 768px) and (max-width: 1900px) { } */ /* @media screen and (min-width: 1900px) { } */ body { margin: 0; } .g3 { background: white; } .transition { transition: all 1.5s; } @media screen and (min-width: 768px) { /* calc(100vw * 100 / 1920) */ .pc { display: block; } .phone { display: none; } .g3-box { width: calc(100vw * 1258 / 1920); margin: 0 auto; margin-top: calc(100vw * 190 / 1920); } .g3-title { font-family: Poppins SemiBold, Poppins; font-weight: 600; font-size: calc(100vw * 72 / 1920); color: #000000; line-height: calc(100vw * 80 / 1920); text-align: left; font-style: normal; } .g3-subtitle { font-family: Poppins Medium, Poppins; font-weight: 500; font-size: calc(100vw * 28 / 1920); color: #000014; line-height: calc(100vw * 36 / 1920); text-align: left;