@charset "UTF-8";
*, *:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  height: 100%;
}

body {
  margin: 0;
  font-family: "微軟正黑體", "Poppins", sans-serif;
  font-size: 62.5%;
  height: 100%;
}

header {
  position: relative;
  height: 600px;
  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;
  background: url(../img/cover.jpg) no-repeat center bottom;
}

@media screen and (max-width: 1200px) {
  header {
    background: url(../img/cover.jpg) no-repeat center bottom;
    height: 550px;
  }
}

@media screen and (max-width: 1024px) {
  header {
    height: 630px;
  }
}

@media screen and (max-width: 768px) {
  header {
    background: url(../img/cover.jpg) no-repeat center bottom;
    height: 600px;
  }
}

@media screen and (max-width: 540px) {
  header {
    background: url(../img/cover.jpg) no-repeat center bottom;
    height: 460px;
  }
}

header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

header .overlay h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 3;
  margin: 0;
  text-transform: uppercase;
  text-align: center;
  font-size: 9rem;
  text-shadow: 25px -15px rgba(25, 42, 46, 0.04);
  color: #142124;
  mix-blend-mode: overlay;
}

header .overlay h1 span {
  margin-top: -2em;
  padding-top: 0.5em;
  display: block;
  letter-spacing: 5px;
  font-size: 1.25rem;
}

header .parallax {
  position: relative;
  width: 100%;
  height: 100%;
}

header .center {
  margin: 0 auto;
}

@media screen and (min-width: 1200px) {
  header .center {
    width: 1140px;
  }
}

@media screen and (max-width: 1199px) {
  header .center {
    width: 960px;
  }
}

@media screen and (max-width: 991px) {
  header .center {
    width: 720px;
  }
}

@media screen and (max-width: 767px) {
  header .center {
    width: 540px;
  }
}

@media screen and (max-width: 540px) {
  header .center {
    width: 300px;
  }
}

header .parallax .one, .parallax .two, .parallax .three, .parallax .four, .parallax .five {
  position: absolute;
  margin: 0 auto;
  height: 100%;
}

@media screen and (min-width: 1200px) {
  header .parallax .one, .parallax .two, .parallax .three, .parallax .four, .parallax .five {
    width: 1140px;
  }
}

@media screen and (max-width: 1199px) {
  header .parallax .one, .parallax .two, .parallax .three, .parallax .four, .parallax .five {
    width: 960px;
  }
}

@media screen and (max-width: 991px) {
  header .parallax .one, .parallax .two, .parallax .three, .parallax .four, .parallax .five {
    width: 720px;
  }
}

@media screen and (max-width: 767px) {
  header .parallax .one, .parallax .two, .parallax .three, .parallax .four, .parallax .five {
    width: 520px;
  }
}

@media screen and (max-width: 540px) {
  header .parallax .one, .parallax .two, .parallax .three, .parallax .four, .parallax .five {
    width: 300px;
  }
}

header .parallax .logo {
  z-index: 4;
  width: 400px;
  margin-left: 15%;
  margin-top: 30px;
}

header .parallax .logo img {
  width: 165px;
}

@media screen and (max-width: 1200px) {
  header .parallax .logo {
    width: 350px;
  }
}

@media screen and (max-width: 1024px) {
  header .parallax .logo {
    width: 340px;
  }
}

@media screen and (max-width: 992px) {
  header .parallax .logo {
    width: 165px;
    margin-left: 15%;
    margin-top: 10px;
  }
}

@media screen and (max-width: 768px) {
  header .parallax .logo {
    width: 330px;
    margin-top: 20px;
  }
}

@media screen and (max-width: 540px) {
  header .parallax .logo {
    width: 280px;
    margin: auto;
    margin-top: 20px;
  }
  header .parallax .logo img {
    width: 130px;
  }
}

header .parallax .one {
  z-index: 5;
  height: 200px;
}

header .parallax .one img {
  width: 400px;
  margin: 0 auto;
  margin-top: 90px;
  margin-left: 15%;
}

@media screen and (max-width: 1200px) {
  header .parallax .one img {
    width: 340px;
    margin-top: 80px;
  }
}

@media screen and (max-width: 1024px) {
  header .parallax .one img {
    margin-top: 130px;
    width: 340px;
  }
}

@media screen and (max-width: 992px) {
  header .parallax .one img {
    width: 300px;
    margin-top: 10px;
  }
}

@media screen and (max-width: 768px) {
  header .parallax .one img {
    width: 280px;
    margin: auto;
    margin-top: 10px;
    margin-left: 15%;
  }
}

@media screen and (max-width: 540px) {
  header .parallax .one img {
    width: 250px;
    margin: auto;
    margin-left: 0;
    margin-top: 10px;
  }
}

header .parallax .three {
  z-index: 3;
  position: absolute;
  height: 520px;
  text-align: center;
  /* Firefox, Chrome */
  line-height: 640px;
  bottom: 0;
}

header .parallax .three img {
  float: right;
  width: 580px;
  margin-right: 8%;
  bottom: 0;
}

@media screen and (max-width: 1200px) {
  header .parallax .three {
    height: 470px;
  }
  header .parallax .three img {
    width: 520px;
    margin-right: 6%;
  }
}

@media screen and (max-width: 1024px) {
  header .parallax .three {
    height: 450px;
  }
  header .parallax .three img {
    text-align: center;
    width: 500px;
  }
}

@media screen and (max-width: 768px) {
  header .parallax .three {
    height: 400px;
  }
  header .parallax .three img {
    float: right;
    width: 450px;
  }
}

@media screen and (max-width: 540px) {
  header .parallax .three {
    height: 300px;
    width: 320px;
  }
  header .parallax .three img {
    float: left;
    margin: 0;
    width: 320px;
  }
}

@media screen and (max-width: 350px) {
  header .parallax .three {
    height: 280px;
    width: 300px;
  }
  header .parallax .three img {
    float: left;
    margin: 0;
    width: 300px;
  }
}

header .parallax .six {
  width: 100%;
  height: 50px;
  bottom: 0;
  position: absolute;
  z-index: 10;
  background: url("../img/bg_bottom.jpg") repeat center top;
}

header .parallax .six img {
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  vertical-align: middle;
  margin-top: 12px;
  width: 550px;
}

@media screen and (max-width: 768px) {
  header .parallax .six img {
    width: 80%;
    margin-top: 2%;
  }
}

@media screen and (max-width: 550px) {
  header .parallax .six {
    height: 40px;
  }
  header .parallax .six img {
    width: 80%;
    margin-top: 3%;
  }
}

main {
  position: relative;
  padding: 2em 4em;
  height: 2800px;
  overflow: hidden;
  width: 100%;
  background: url(../img/questuon_bg.jpg) repeat center top;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.08);
  -webkit-clip-path: polygon(100% 0, 100% 95%, 50% 100%, 0 95%, 0 0);
          clip-path: polygon(100% 0, 100% 95%, 50% 100%, 0 95%, 0 0);
}

@media screen and (max-width: 1200px) {
  main {
    background: url(../img/bg_sm.jpg) repeat center top;
  }
}

@media screen and (max-width: 540px) {
  main {
    padding: 2em 0;
  }
}

main .container {
  width: 1000px;
  margin: 0 auto;
  font-size: 1rem;
}

@media screen and (max-width: 1200px) {
  main .container {
    width: 80%;
  }
}

@media screen and (max-width: 768px) {
  main .container {
    width: 80%;
  }
}

@media screen and (max-width: 540px) {
  main .container {
    width: 320px;
    padding: 0;
    margin: 0 auto;
  }
}

.footer_bg {
  position: fixed;
  z-index: -1;
  bottom: 0;
  background: url(../img/footer_bg.jpg) no-repeat center top;
  width: 100%;
  height: 850px;
}

footer {
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 450px;
  -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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1rem;
  color: #c6d9d3;
}

@media screen and (max-width: 768px) {
  footer {
    height: 530px;
  }
}

.form {
  width: 52%;
  height: 300px;
  margin: 0 auto;
}

.form iframe {
  width: 100%;
  height: 200px;
}

@media screen and (max-width: 1350px) {
  .form {
    width: 85%;
    height: 300px;
  }
}

@media screen and (max-width: 920px) {
  .form {
    width: 90%;
  }
}

@media screen and (max-width: 768px) {
  .form {
    width: 92%;
    height: 330px;
  }
  .form iframe {
    height: 260px;
  }
}

@media screen and (max-width: 540px) {
  .form {
    height: 400px;
  }
  .form iframe {
    height: 380px;
  }
}

.gift {
  position: relative;
  width: 470px;
  top: -130px;
}

.gift img {
  width: 470px;
  position: absolute;
}

@media screen and (max-width: 540px) {
  .gift {
    width: 320px;
    top: -100px;
  }
  .gift img {
    width: 320px;
  }
}

.lottery {
  margin: 80px 0 20px 0;
}

.lottery img {
  width: 500px;
}

@media screen and (max-width: 540px) {
  .lottery {
    margin: 40px 0 20px 0;
  }
  .lottery img {
    width: 320px;
  }
}

footer a {
  padding-bottom: .25em;
  text-decoration: none;
  border-bottom: 1px dashed #c6d9d3;
  color: #c6d9d3;
}

.right {
  float: right;
}

ul li {
  list-style: none;
}

.q1 {
  margin-top: 30px;
}

.q1 .title_left {
  background: url(../img/Q1.png) left top;
}

.q2 .title_right {
  background: url(../img/Q2.png) left top;
}

.q3 {
  margin-top: 400px;
}

.q3 .title_left {
  background: url(../img/Q3.png) left top;
}

.q4 .title_right {
  background: url(../img/Q4.png) left top;
}

.q5 {
  margin-top: 30px;
}

.q5 .title_left {
  background: url(../img/Q5.png) left top;
}

h3 {
  color: #fff;
  font-size: 22px;
  line-height: 25px;
  text-align: right;
}

.mag {
  font-size: 17px;
}

.small {
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  h3 {
    color: #fff;
    font-size: 18px;
    line-height: 25px;
  }
  .mag {
    font-size: 15px;
  }
  .small {
    font-size: 14px;
  }
}

@media screen and (max-width: 622px) {
  h3 {
    color: #fff;
    font-size: 15px;
    line-height: 25px;
  }
  .mag {
    font-size: 13px;
  }
  .small {
    font-size: 12px;
  }
}

.answer2 label, .answer3 label {
  font-size: 20px;
  color: #fff;
}

@media screen and (max-width: 540px) {
  .answer2 label, .answer3 label {
    font-size: 16px;
  }
}

input[type="checkbox"] {
  display: none;
}

input[type="checkbox"] + label {
  color: #f2f2f2;
}

input[type="checkbox"] + label span {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: -2px 10px 0 0;
  vertical-align: middle;
  background: url(../img/checkbox.png) left top no-repeat;
  cursor: pointer;
}

input[type="checkbox"]:checked + label span {
  background: url(../img/checked.png) left top no-repeat;
}

.q1 .title_left {
  margin-bottom: 20px;
  width: 455px;
  height: 89px;
}

.q1 .title_left h3 {
  padding: 30px 55px;
}

@media screen and (max-width: 768px) {
  .q1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .q1 .title_left {
    margin-bottom: 20px;
    background-size: 380px 75px;
    width: 380px;
    height: 75px;
  }
  .q1 .title_left h3 {
    padding: 22px 50px;
  }
}

@media screen and (max-width: 622px) {
  .q1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .q1 .title_left {
    float: left;
    margin: auto;
    margin-bottom: 20px;
    background-size: 320px 63px;
    width: 320px;
    height: 63px;
  }
  .q1 .title_left h3 {
    padding: 15px 45px;
  }
}

.answer1 .ca li {
  display: inline;
  margin: 20px 6px;
}

.answer1 .ca label {
  width: 130px;
  height: 181px;
  overflow: hidden;
  border-radius: 6px;
  border: 5px solid #fff;
  cursor: pointer;
}

.answer1 .ca label img {
  width: 130px;
  height: 181px;
}

.answer1 label:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0);
          box-shadow: 1px 1px 2px rgba(0, 0, 0, 0);
}

.answer1 .ca li input[type=radio]:checked + label {
  top: 2px;
  border-radius: 6px;
  border: #ffd903 5px solid;
  z-index: 999;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.answer1 input {
  opacity: 0;
  display: none;
}

@media screen and (max-width: 768px) {
  .answer1 .ca {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .answer1 .ca li {
    margin: 0 5px;
  }
}

@media screen and (max-width: 540px) {
  .answer1 .ca {
    width: 320px;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .answer1 .ca li {
    margin: 0 auto;
  }
}

.q2 {
  margin-top: 30px;
}

.q2 .title_right {
  margin-bottom: 20px;
  width: 455px;
  height: 112px;
}

.q2 .title_right h3 {
  padding: 30px 20px;
  line-height: 25px;
  text-align: right;
}

@media screen and (max-width: 768px) {
  .q2 {
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 80px;
  }
  .q2 .title_right {
    margin-bottom: 20px;
    background-size: 380px 75px;
    width: 380px;
    height: 75px;
  }
  .q2 .title_right h3 {
    padding: 22px;
    line-height: 25px;
  }
}

@media screen and (max-width: 622px) {
  .q2 {
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 30px;
  }
  .q2 .title_right {
    margin: auto;
    margin-bottom: 20px;
    background-size: 320px 63px;
    width: 320px;
    height: 63px;
  }
  .q2 .title_right h3 {
    padding: 15px 20px;
    line-height: 25px;
  }
}

.q3 .title_left {
  margin-bottom: 20px;
  width: 455px;
  height: 112px;
}

.q3 .title_left h3 {
  padding: 30px 40px;
  text-align: right;
}

@media screen and (max-width: 768px) {
  .q3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 400px;
  }
  .q3 .title_left {
    margin-bottom: 20px;
    background-size: 380px 94px;
    width: 380px;
    height: 94px;
  }
  .q3 .title_left h3 {
    padding: 22px 35px;
    line-height: 25px;
  }
}

@media screen and (max-width: 622px) {
  .q3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 320px;
  }
  .q3 .title_left {
    float: left;
    margin: auto;
    margin-bottom: 20px;
    background-size: 320px 78px;
    width: 320px;
    height: 78px;
  }
  .q3 .title_left h3 {
    padding: 15px 35px;
  }
}

.feedback {
  background: transparent;
  border: none;
  border-bottom: 1px #fff solid;
  color: #fff;
  width: 250px;
  margin-left: 10px;
}

@media screen and (max-width: 540px) {
  .feedback {
    width: 180px;
  }
}

.feedback:focus, textarea:focus {
  outline: none;
  border-bottom: 1px solid #ffef09;
}

.q4 {
  margin-top: 50px;
}

.q4 .title_right {
  margin-bottom: 20px;
  width: 455px;
  height: 112px;
}

.q4 .title_right h3 {
  padding: 30px 70px;
  text-align: right;
}

@media screen and (max-width: 768px) {
  .q4 .title_right {
    margin-bottom: 20px;
    background-size: 380px 94px;
    width: 380px;
    height: 94px;
  }
  .q4 .title_right h3 {
    padding: 22px 35px;
    line-height: 25px;
  }
}

@media screen and (max-width: 622px) {
  .q4 .title_right {
    background-size: 320px 78px;
    width: 320px;
    height: 78px;
  }
  .q4 .title_right h3 {
    padding: 15px 55px;
  }
}

.aa, .bb, .cc {
  width: 440px;
  height: 33px;
}

.aa h4, .bb h4, .cc h4 {
  color: #fff;
  line-height: 20px;
  font-size: 18px;
}

@media screen and (max-width: 768px) {
  .aa h4, .bb h4, .cc h4 {
    font-size: 18px;
  }
}

@media screen and (max-width: 622px) {
  .aa, .bb, .cc {
    width: 320px;
    height: 32px;
  }
  .aa h4, .bb h4, .cc h4 {
    font-size: 14px;
  }
}

.aa {
  background: url(../img/Q4a.png) left top;
}

.aa h4 {
  padding: 5px 30px 5px 60px;
}

@media screen and (max-width: 622px) {
  .aa h4 {
    padding: 5px 0 5px 50px;
  }
}

.q4_b .bb {
  background: url(../img/Q4b.png) left top;
}

.q4_b .bb h4 {
  padding: 5px 0px 5px 60px;
}

@media screen and (min-width: 1200px) {
  .q4_b .bb {
    margin-top: 550px;
  }
}

@media screen and (max-width: 1199px) {
  .q4_b .bb {
    margin-top: 50px;
  }
}

@media screen and (max-width: 622px) {
  .q4_b .bb {
    margin-top: 100px;
  }
  .q4_b .bb h4 {
    padding: 5px 0 5px 50px;
    line-height: 26px;
  }
}

.answer4_b, .answer4_a {
  margin-top: 10px;
}

.answer4_b ul, .answer4_a ul {
  width: 400px;
}

.answer4_b ul li, .answer4_a ul li {
  display: inline;
  color: #fff;
  padding: 10px;
  font-size: 20px;
}

@media screen and (max-width: 622px) {
  .answer4_b ul, .answer4_a ul {
    width: 300px;
    padding-left: 0px;
    margin-left: 15px;
    margin-bottom: 0;
  }
  .answer4_b ul li, .answer4_a ul li {
    display: inline;
    color: #fff;
    padding: 10px;
    font-size: 16px;
  }
}

.feedback_q4 {
  background: transparent;
  border: none;
  border-bottom: 1px #fff solid;
  color: #fff;
  width: 150px;
  margin-left: 10px;
}

@media screen and (max-width: 540px) {
  .feedback_q4 {
    width: 120px;
  }
}

.feedback_q4:focus, textarea:focus {
  outline: none;
  border-bottom: 1px solid #ffef09;
}

.q4_c {
  margin-top: 30px;
}

.q4_c .cc {
  background: url(../img/Q4c.png) left top;
}

.q4_c .cc h4 {
  padding: 5px 0px 5px 60px;
}

@media screen and (max-width: 622px) {
  .q4_c .cc {
    margin-top: 80px;
  }
  .q4_c .cc h4 {
    padding: 5px 0px 5px 50px;
  }
}

.answer4_c {
  margin-top: 10px;
}

.answer4_c ul li {
  color: #fff;
  font-size: 20px;
}

@media screen and (max-width: 622px) {
  .answer4_c ul li {
    color: #fff;
    font-size: 16px;
  }
}

.q5 {
  margin-top: 300px;
}

.q5 .title_left {
  margin-bottom: 20px;
  width: 455px;
  height: 112px;
}

.q5 .title_left h3 {
  padding: 20px 20px 20px 90px;
  text-align: left;
  line-height: 35px;
}

@media screen and (max-width: 768px) {
  .q5 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .q5 .title_left {
    margin-bottom: 20px;
    background-size: 380px 75px;
    width: 380px;
    height: 75px;
  }
  .q5 .title_left h3 {
    padding: 15px 20px 15px 70px;
    line-height: 25px;
  }
}

@media screen and (max-width: 622px) {
  .q5 {
    margin-top: 370px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .q5 .title_left {
    float: left;
    margin: auto;
    margin-bottom: 20px;
    background-size: 320px 78px;
    width: 320px;
    height: 78px;
  }
  .q5 .title_left h3 {
    padding: 15px 20px 15px 60px;
    line-height: 20px;
  }
}

.answer5 {
  margin: 10px 50px;
}

.answer5 textarea {
  border-radius: 6px;
  outline: none;
  border: 3px solid #cccccc;
}

.answer5 textarea:focus {
  border: 3px solid #ffd903;
}

@media screen and (max-width: 622px) {
  .answer5 {
    width: 250px;
    margin: 10px auto;
  }
  .answer5 textarea {
    width: 250px;
    height: 180px;
    margin: 0 auto;
  }
}

.note {
  padding: 0px;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  font-size: 1rem;
  position: relative;
  height: 50px;
  width: 52%;
  margin: 0 auto;
  margin-bottom: 20px;
}

@media screen and (max-width: 1492px) {
  .note {
    margin-top: 40px;
  }
}

@media screen and (max-width: 1350px) {
  .note {
    width: 85%;
  }
}

@media screen and (max-width: 918px) {
  .note {
    margin-top: 25px;
  }
}

@media screen and (max-width: 768px) {
  .note {
    width: 92%;
  }
}

@media screen and (max-width: 540px) {
  .note {
    margin-top: 30px;
  }
}

.note .note-btn {
  position: absolute;
  bottom: 0;
  z-index: 30;
  margin-top: 10px;
}

.note button {
  margin-right: 10px;
  font-size: 0.7rem;
}

.text-dark ul {
  padding: 0;
}

.text-dark ul li {
  font-size: 1rem;
  line-height: 25px;
  margin-top: 10px;
}
.iframeImg{
  position: absolute;
  padding: 2% 30%;
  margin-top: 70px;
}
@media screen and (max-width: 540px) {
  .iframeImg{
    margin-top: 0;
    padding: 32% 30%;
  }
}
@media screen and (max-width: 440px) {
  .iframeImg{
    padding: 42% 30%;
  }
}
@media screen and (max-width: 390px) {
  .iframeImg{
    padding: 52% 30%;
  }
}
.iframeImg img{
  max-width:80%;
}
/*# sourceMappingURL=style.css.map */