_video.scss 308 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 .main-title { font-size: 16rem / $remNum; line-height: 46rem / $remNum; text-align: center; color: #000; } .video-wrap { .layout-item { .image-box { height: 206rem / $remNum; } img { width: 100%; height: 100%; } } }