.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  /*padding-top: 20px;*/
  height: 0;
  -moz-box-shadow: -4px 10px 40px #000000;
  -webkit-box-shadow: -4px 10px 40px #000000;
  box-shadow: -4px 10px 40px #000000;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 2000px) and (min-width: 1500px) {
  .bg_rice {
    margin-top: -80px;
  }
  .img_banner_footer_m {
    display: none;
  }
  .img_banner_footer {
    display: block;
  }
}

@media (max-width: 1300px) and (min-width: 1000px) {
  #rice_green {
    height: 320px;
  }
}

@media (max-width: 1000px) and (min-width: 600px) {
  .rice_title img {
    width: 50% !important;
  }
  .img_banner_footer_m {
    display: none;
  }
  .img_banner_footer {
    display: block;
  }
  .famer {
    width: 80%;
  }
  #rice_green {
    height: 220px;
  }
}

@media (max-width: 800px) and (min-width: 700px) {
  .logo {
    width: 50%;
  }
  .famer {
    width: 80%;
  }
  #rice_green {
    height: 220px;
  }
  .rice_dish img {
    width: 70%;
  }
  #bg_main #video img {
    width: 80%;
  }
}

@media (max-width: 700px) and (min-width: 320px) {
  #rice_1 {
    margin-top: 60px;
  }
  #rice_2 {
    margin-top: 60px;
  }
  #rice_3 {
    margin-top: 60px;
  }
  #rice_4 {
    margin-top: 60px;
  }
  .rice_dish img {
    width: 80%;
  }
  .logo {
    width: 50%;
  }
  .famer {
    width: 80%;
  }
  #bg_main #video img {
    width: 80%;
  }
  #rice_green {
    height: 100px;
  }
  .img_banner_footer_m {
    display: block;
  }
  .img_banner_footer {
    display: none;
  }
}

@media (max-width: 550px) and (min-width: 320px) {
  .bg_rice {
    margin-top: -20px !important;
  }
}
