/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  position: relative;
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  overflow: hidden;
}

*,
*:hover {
  outline: none !important;
}

a {
  text-decoration: none;
  color: inherit;
}

.hide {
  pointer-events: none;
  opacity: 0 !important;
}

.ptrN {
  pointer-events: none;
}

.bounce {
  -webkit-animation-name: bounce;
          animation-name: bounce;
  -webkit-animation-duration: 1.6s;
          animation-duration: 1.6s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

@-webkit-keyframes bounce {
  0% {
    opacity: 0.5;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    opacity: 1;
    -webkit-transform: translateY(3px);
            transform: translateY(3px);
  }
  100% {
    opacity: 0.5;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes bounce {
  0% {
    opacity: 0.5;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    opacity: 1;
    -webkit-transform: translateY(3px);
            transform: translateY(3px);
  }
  100% {
    opacity: 0.5;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

.scene {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: opacity .6s ease;
  transition: opacity .6s ease;
}

.load {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  mix-blend-mode: screen;
  z-index: 10;
  pointer-events: none;
}

.stay {
  background-color: #B5D4EA;
  overflow: hidden;
}

.stay .nav {
  width: 100%;
  height: 60px;
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 29px 0 18px;
  z-index: 8;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
  -webkit-transition-delay: .3s;
          transition-delay: .3s;
}

.stay .nav-logo {
  width: 200px;
  height: 40px;
  margin-top: 20px;
  position: relative;
  z-index: 6;
}

.stay .nav-logo:hover {
  opacity: 0.8;
}

.stay .nav-btn {
  width: 28px;
  height: 8px;
  margin-top: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
  z-index: 7;
  position: relative;
}

.stay .nav-btn span {
  display: inline-block;
  background-color: #00273D;
  width: 100%;
  height: 2px;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.stay .nav-collapse {
  width: 640px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-color: white;
  z-index: 6;
  font-family: 'Microsoft JhengHei', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 200%;
  padding-top: 90px;
  opacity: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

@media screen and (max-width: 1439px), screen and (max-height: 999px) {
  .stay .nav-collapse {
    width: 440px;
  }
}

@media screen and (max-width: 949px), screen and (max-height: 850px) {
  .stay .nav-collapse {
    width: 100%;
    height: 100%;
  }
}

.stay .nav-collapse-item {
  padding: 30px 0;
  text-align: center;
}

.stay .nav-collapse-item:hover {
  opacity: 0.8;
}

.stay .cloud-l {
  width: 100%;
  position: absolute;
  bottom: -129px;
  left: -7%;
}

@media screen and (max-width: 1439px), screen and (max-height: 999px) {
  .stay .cloud-l {
    bottom: 0px;
  }
}

@media screen and (max-width: 949px), screen and (max-height: 850px) {
  .stay .cloud-l {
    display: none;
  }
}

.stay .cloud-r {
  width: 67.6%;
  position: absolute;
  bottom: -10px;
  right: -10.7%;
}

@media screen and (max-width: 1439px), screen and (max-height: 999px) {
  .stay .cloud-r {
    bottom: 0;
  }
}

@media screen and (max-width: 949px), screen and (max-height: 850px) {
  .stay .cloud-r {
    width: 974px;
    height: 100%;
    right: -50%;
    bottom: 0px;
  }
}

@media screen and (max-width: 600px) {
  .stay .cloud-r {
    width: 974px;
    height: 674px;
    right: unset;
    left: 202px;
    bottom: 150px;
  }
}

.stay .cloud-b {
  width: 100%;
  position: absolute;
  bottom: -112px;
  left: 0;
  z-index: 3;
  pointer-events: none;
}

@media screen and (max-width: 949px), screen and (max-height: 850px) {
  .stay .cloud-b {
    width: 100%;
    height: 675px;
    bottom: -50px;
    z-index: unset;
  }
}

@media screen and (max-width: 600px) {
  .stay .cloud-b {
    width: 1440px;
    height: 675px;
    left: calc(50% - 720px - 200px);
    bottom: -50px;
    z-index: unset;
  }
}

.stay .fixBtn-m {
  display: none;
  position: absolute;
  bottom: 14px;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 5;
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

@media screen and (max-width: 949px), screen and (max-height: 850px) {
  .stay .fixBtn-m {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 427px) {
  .stay .fixBtn-m img {
    max-width: 280px;
  }
}

.stay .fixBtn-pc {
  width: 110px;
  height: 100%;
  position: absolute;
  right: 20px;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 5;
}

.stay .fixBtn-pc:hover {
  opacity: 0.8;
}

@media screen and (max-width: 949px), screen and (max-height: 850px) {
  .stay .fixBtn-pc {
    display: none;
  }
}

.stay .music {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: right;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 10px 10px 0;
  z-index: 10;
  font-family: 'Microsoft JhengHei', sans-serif;
  pointer-events: none;
}

@media screen and (max-width: 949px), screen and (max-height: 850px) {
  .stay .music {
    display: none;
  }
}

.scene1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 4;
}

.scene1-wrap {
  width: 530px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 1439px), screen and (max-height: 999px) {
  .scene1-wrap {
    width: 430px;
  }
}

@media screen and (max-width: 1023px), screen and (max-height: 767px) {
  .scene1-wrap {
    width: 330px;
  }
}

@media screen and (max-width: 599px), screen and (max-height: 749px) {
  .scene1-wrap {
    width: 300px;
  }
}

.scene1-top {
  position: relative;
  width: 100%;
  height: 650px;
}

@media screen and (max-width: 1439px), screen and (max-height: 999px) {
  .scene1-top {
    height: 520px;
  }
}

@media screen and (max-width: 1023px), screen and (max-height: 767px) {
  .scene1-top {
    height: 420px;
  }
}

@media screen and (max-width: 599px), screen and (max-height: 749px) {
  .scene1-top {
    height: 369px;
  }
}

.scene1-top-kv {
  width: 71.4%;
  position: absolute;
  right: 0;
  bottom: 0;
}

.scene1-top-kv2 {
  width: 20.265%;
  position: absolute;
  top: 0;
  left: 0;
}

.scene1-top-logo {
  width: 24.242424%;
  position: absolute;
  bottom: 98px;
  left: 18px;
}

@media screen and (max-width: 1023px), screen and (max-height: 767px) {
  .scene1-top-logo {
    bottom: 40px;
  }
}

.scene1-bottom {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 50px;
}

.scene1-bottom-btn {
  cursor: pointer;
}

.scene1-bottom-btn:hover {
  opacity: 0.8;
}

.scene2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 4;
}

.scene2-wrap {
  width: 528px;
  height: 665px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 16px;
}

@media screen and (max-width: 1439px), screen and (max-height: 999px) {
  .scene2-wrap {
    width: 428px;
    height: 505px;
  }
}

@media screen and (max-width: 949px), screen and (max-height: 850px) {
  .scene2-wrap {
    width: 264px;
    height: 371px;
  }
}

.scene2-words {
  width: 18%;
  height: 100%;
  opacity: 0;
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 0, 0 0);
          clip-path: polygon(0 0, 100% 0%, 100% 0, 0 0);
}

.scene3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.scene3-wrap {
  position: relative;
  width: 750px;
  height: 787px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 1439px), screen and (max-height: 999px) {
  .scene3-wrap {
    width: 550px;
    height: 587px;
  }
}

@media screen and (max-width: 949px), screen and (max-height: 850px) {
  .scene3-wrap {
    width: 350px;
    height: 385px;
  }
}

@media screen and (max-width: 428px) {
  .scene3-wrap {
    margin-top: 40px;
  }
}

.scene3-main {
  width: 76.26%;
  height: 100%;
  margin-right: 119px;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 949px), screen and (max-height: 850px) {
  .scene3-main {
    margin-right: 90px;
  }
}

.scene3-part {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
  z-index: 4;
}

.scene3-part-click {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 280px;
  position: absolute;
  cursor: pointer;
  -webkit-transform: translate(0);
          transform: translate(0);
  -webkit-transition: -webkit-transform 1.5s ease;
  transition: -webkit-transform 1.5s ease;
  transition: transform 1.5s ease;
  transition: transform 1.5s ease, -webkit-transform 1.5s ease;
}

@media screen and (max-width: 1439px), screen and (max-height: 999px) {
  .scene3-part-click {
    width: 220px;
  }
}

@media screen and (max-width: 949px), screen and (max-height: 850px) {
  .scene3-part-click {
    width: 140px;
  }
}

@media screen and (max-width: 427px) {
  .scene3-part-click {
    width: 120px;
  }
}

.scene3-part-click-hold {
  width: 100%;
  opacity: 1;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.scene3-part-click-drop {
  opacity: 0;
  width: 100%;
  position: absolute;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.scene3-part-click-icon {
  width: 45.357%;
  margin-top: -15px;
}

@media screen and (max-width: 949px), screen and (max-height: 850px) {
  .scene3-part-click-icon {
    margin-top: -5px;
    width: 92%;
  }
}

.scene3-part-click1, .scene3-part-click3 {
  bottom: 13.5%;
  right: -8%;
}

@media screen and (max-width: 949px), screen and (max-height: 850px) {
  .scene3-part-click1, .scene3-part-click3 {
    right: -10%;
    bottom: -1%;
  }
  .scene3-part-click1 .scene3-part-click-hold, .scene3-part-click3 .scene3-part-click-hold {
    margin-left: -10px;
  }
}

@media screen and (max-width: 427px) {
  .scene3-part-click1, .scene3-part-click3 {
    right: -2%;
    bottom: 22%;
  }
}

.scene3-part-click1 .scene3-part-click-water, .scene3-part-click3 .scene3-part-click-water {
  opacity: 0;
  position: absolute;
  top: 26%;
  left: -45%;
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease;
  z-index: 3;
  pointer-events: none;
}

@media screen and (max-width: 1439px), screen and (max-height: 999px) {
  .scene3-part-click1 .scene3-part-click-water, .scene3-part-click3 .scene3-part-click-water {
    top: 27.5%;
    left: -61%;
  }
}

@media screen and (max-width: 949px), screen and (max-height: 850px) {
  .scene3-part-click1 .scene3-part-click-water, .scene3-part-click3 .scene3-part-click-water {
    top: 18%;
    left: -103%;
  }
}

@media screen and (max-width: 427px) {
  .scene3-part-click1 .scene3-part-click-water, .scene3-part-click3 .scene3-part-click-water {
    left: -123%;
  }
}

.scene3-part-click2 {
  bottom: 22%;
  left: -12%;
}

@media screen and (max-width: 949px), screen and (max-height: 850px) {
  .scene3-part-click2 {
    width: 120px;
    left: -5%;
    bottom: 29%;
  }
  .scene3-part-click2 .scene3-part-click-hold {
    margin-left: -10px;
  }
}

@media screen and (max-width: 427px) {
  .scene3-part-click2 {
    left: 1%;
    bottom: 32%;
    width: 110px;
  }
}

.scene3-part-click2 .scene3-part-click-hold,
.scene3-part-click2 .scene3-part-click-drop {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.scene3-part-click2 .scene3-part-click-water {
  opacity: 0;
  position: absolute;
  top: 26%;
  right: -58%;
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease;
  z-index: 3;
  pointer-events: none;
}

@media screen and (max-width: 1439px), screen and (max-height: 999px) {
  .scene3-part-click2 .scene3-part-click-water {
    top: 27%;
    right: -73%;
  }
}

@media screen and (max-width: 949px), screen and (max-height: 850px) {
  .scene3-part-click2 .scene3-part-click-water {
    top: 18%;
    right: -148%;
  }
}

@media screen and (max-width: 427px) {
  .scene3-part-click2 .scene3-part-click-water {
    top: 16%;
    right: -160%;
  }
}

.scene3-part-words {
  opacity: 0;
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 0, 0 0);
          clip-path: polygon(0 0, 100% 0%, 100% 0, 0 0);
  -webkit-transition: all 1.5s ease;
  transition: all 1.5s ease;
  -webkit-transition-delay: .3s;
          transition-delay: .3s;
  pointer-events: none;
}

.scene3-part-words1 {
  width: 183px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  top: 40px;
  left: 30px;
  -webkit-clip-path: unset;
          clip-path: unset;
  opacity: 1;
}

@media screen and (max-width: 1439px), screen and (max-height: 999px) {
  .scene3-part-words1 {
    width: 150px;
    top: -40px;
    left: -20px;
  }
}

@media screen and (max-width: 949px), screen and (max-height: 850px) {
  .scene3-part-words1 {
    width: 100%;
    top: -70px;
    left: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 15px;
  }
  .scene3-part-words1 img {
    width: 48px;
  }
}

.scene3-part-words1 img {
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 0, 0 0);
          clip-path: polygon(0 0, 100% 0%, 100% 0, 0 0);
  opacity: 0;
}

.scene3-part-words1-1 {
  -webkit-transition: all 1.5s ease;
  transition: all 1.5s ease;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.scene3-part-words1-2 {
  -webkit-transition: all 1.5s ease;
  transition: all 1.5s ease;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.scene3-part-words2 {
  position: absolute;
  right: 30px;
  top: 40px;
}

@media screen and (max-width: 1439px), screen and (max-height: 999px) {
  .scene3-part-words2 {
    width: 64px;
    top: -40px;
  }
}

@media screen and (max-width: 949px), screen and (max-height: 850px) {
  .scene3-part-words2 {
    width: 48px;
    top: -70px;
  }
}

.scene3-part-words2 img {
  width: 100%;
}

.scene3-part-words3 {
  position: absolute;
  left: 30px;
  top: 40px;
}

@media screen and (max-width: 1439px), screen and (max-height: 999px) {
  .scene3-part-words3 {
    width: 64px;
    top: -40px;
  }
}

@media screen and (max-width: 949px), screen and (max-height: 850px) {
  .scene3-part-words3 {
    width: 48px;
    top: -70px;
  }
}

.scene3-part-words3 img {
  width: 100%;
}

.scene4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 4;
}

.scene4-wrap {
  width: 700px;
  height: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-right: 60px;
}

@media screen and (max-width: 1439px), screen and (max-height: 999px) {
  .scene4-wrap {
    width: 600px;
    height: 428.571428px;
  }
}

@media screen and (max-width: 949px), screen and (max-height: 850px) {
  .scene4-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: auto;
    margin-top: 40px;
    margin-right: 0;
  }
}

.scene4-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 34.2857%;
}

@media screen and (max-width: 949px), screen and (max-height: 850px) {
  .scene4-icons {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.scene4-icons img {
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
  width: 100%;
  cursor: pointer;
}

@media screen and (max-width: 949px), screen and (max-height: 850px) {
  .scene4-icons img {
    margin: 40px 10px 0 10px;
    max-width: 43%;
  }
}

@media screen and (max-width: 427px) {
  .scene4-icons img {
    margin: 30px 10px 10px 10px;
    max-width: 43%;
  }
}

.scene4-icons img:hover {
  -webkit-transform: scale(1.1) !important;
          transform: scale(1.1) !important;
}

.scene4-words {
  width: 340px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (max-width: 1439px), screen and (max-height: 999px) {
  .scene4-words {
    width: 300px;
  }
}

@media screen and (max-width: 949px), screen and (max-height: 850px) {
  .scene4-words {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}

@media screen and (max-width: 599px), screen and (max-height: 749px) {
  .scene4-words {
    width: 280px;
  }
}

@media screen and (max-width: 427px) {
  .scene4-words {
    width: 200px;
  }
}

.scene4-words img {
  width: 64px;
}

@media screen and (max-width: 949px), screen and (max-height: 850px) {
  .scene4-words img {
    width: 46px;
  }
}

@media screen and (max-width: 427px) {
  .scene4-words img {
    width: 40px;
  }
}
/*# sourceMappingURL=style.css.map */