@charset "utf-8"; /* css document */ * { margin: 0; padding: 0; } img{ display:block} body { width: 100%; max-width:750px; margin: 0px auto; } .box{ text-align: center; background-size: 100% 100% !important; position: relative; } .text{ } .text img{ padding-top: 30px; } .action { font-size: 24px; text-align: center; line-height: 3; color: #f1c06e; } .action i { display: inline-block; font-style: normal; font-stretch: expanded; margin-left: 4px; } .action i.r-180 { transform: rotate(180deg); } #video1{ position: absolute; top: 0; left:0px; width: 750px; height: 423px; object-fit: fill; } .hide{ display: none; }