@media screen and (min-width: 769px), print {
  .video {
    position: relative;
    width: 100%;
    height: 700px;
    overflow: hidden; }

  .video video {
    object-fit: cover;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0; }
  figure {
    display: block;
    text-align: center;
  }
  picture img {
    width: 100%;
  }
  h2 {
    text-align: center;
  }
  .row h2 {
    text-align: center;
    padding: 80px 0 40px;
  }
  .row figure {
    display: block;
    text-align: center;
    padding-top: 40px;
  }
  .hbanner {
    text-align: center;
  }
  .contact_btns {
    background-color: #FFF100;
    padding: 15px 0;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 99;
  }
  .contact_btns .row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .contact_btns .row a {
    width: 45%;
    background: #fff;
  }

  .part01 {
    /*background: #00B5E0;*/
    /*padding-bottom: 0;*/
    padding: 0 0;
  }
  .part01 h2 {
    margin-bottom: 0;
    padding-bottom: 0;
    padding-top: 0;
  }
  .part01 .row figure {
    margin: 30px 0;
    padding: 0;
  }
  .part02 {
    /*background-color: #F39739;*/
    padding: 0 0;
  } 
  .part02 figure {
    padding: 0;
    /*padding-bottom: 60px;*/
  }

  .part03 {
    /*background-color: #FF9D35;*/
    /*padding: 40px 0;*/
  }
  .part03 figure {
    padding: 0;
  }
  .part04 {
    /*padding: 40px 0;*/
  }
  .part05 {
    /*background: #FFFC4C;*/
  }

  .pd {
    margin: 30px 0;
  }
  .part06 {
    padding-bottom: 60px;
  }
  .part07 {
    /*background: #76CCF3;*/
    /*padding-bottom: 60px;*/
  }
  .part08 {
    background: url(../images/bg1.png) repeat top center;
    padding-bottom: 60px;
  }
  .part09 {
    background: #DADF00;
    padding: 60px 0;
  }
  .part10 {
    background: url(../images/bg2.png) repeat top center;
    padding: 60px 0;
  }
  .no-pd {
    padding-top: 0 !important;
  }
  .location {
    background-color: #ededee;
    padding: 0 0;
  }
  .location iframe {
    width: 100%;
    height: 580px;
  }
}

@media screen and (max-width: 768px) {
  .video {
    position: relative;
    width: 100%;
    height: 56.216389vw;
    overflow: hidden;
}
.video video {
    object-fit: cover;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
  figure {
    display: block;
    text-align: center;
  }
  picture img {
    width: 100%;
  }
  h2 {
    text-align: center;
  }
  .row h2 {
    text-align: center;
    padding: 10.41667vw 0 5.20833vw;
  }
  .row figure {
    display: block;
    text-align: center;
    padding-top: 5.20833vw;
  }
  .hbanner {
    text-align: center;
  }
  .contact_btns {
    background-color: #FFF100;
    padding: 2.60417vw 0;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 99;
  }
  .contact_btns .row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .contact_btns .row a {
    width: 45%;
    background: #fff;
  }

  
  .part01 {
    /*background: #00B5E0;*/
    padding: 0 0;

    /*padding-bottom: 40px;*/
  }
  .part01 .row figure{
    margin: 30px 0;
    padding: 0;
  }
  .part01 h2 {
    margin-bottom: 0;
    padding-bottom: 0;
    padding-top: 0;
  }

  .part02 {
    /*background-color: #F39739;*/
    padding: 0 0;
  }
  .part02 figure {
    padding: 0;
    /*padding-bottom: 60px;*/
  }

  .part03 {
    /*background-color: #00CBE3;*/
    /*background-color: #FF9D35;*/
    /*padding: 40px 0;*/
  }

  .part03 figure {
    padding: 0;
  }
  .part04 {
    /*padding: 40px 0;*/
  }
  .part05 {
    /*background: #FFFC4C;*/
  }
  .part06 {
    padding-bottom: 60px;
  }
  .part07 {
    /*background: #76CCF3;*/
    /*padding-bottom: 60px;*/
  }
  .part08 {
    background: url(../images/bg1.png) repeat top center;
    padding-bottom: 60px;
  }
  .part09 {
    background: #DADF00;
    padding: 60px 0;
  }
  .part10 {
    background: url(../images/bg2.png) repeat top center;
    padding: 60px 0;
  }
  .no-pd {
    padding-top: 0 !important;
  }
  .location {
    background-color: #ededee;
    padding: 0 0;
  }
  .location {
    background-color: #ededee;
    padding: 0 0;
  }
  .location iframe {
    width: 100%;
    height: 75.52083vw;
  }
}
