.bgParallax-video {
  width: 100%;
  height: 83vh;
  vertical-align: bottom;
  object-fit: cover;
}
.bgParallax-video_tablet {
  width: 100%;
  height: 85vh;
  vertical-align: bottom;
  object-fit: cover;
}

@media only screen and (max-width: 980px) {

    .header {
        width: 100.00%;
    }
    .footer{
        width: 100.00%;
    }
    .breadCrumb {
        width: 100.00%;
    }

    .bgParallax-video {
        width: 100.0%;
        height: 55vh;
        vertical-align: bottom;
        object-fit: cover;
    }

      img[src="https://morinaga-office.net/wp-content/themes/mpress/assets/img/R6poster.webp"] {
    display: none;

}

@media only screen and (max-width: 767px) {

        .header {
        width: 100.00%;
    }
    .footer{
        width: 100.00%;
    }
    .breadCrumb {
        width: 100.00%;
    }

    .bgParallax-video {
        width: 100.0%;
        height: 140vh;
        vertical-align: bottom;
        object-fit: cover;
    }

      img[src="https://morinaga-office.net/wp-content/themes/mpress/assets/img/R6poster.webp"] {
    display: none;
  }

@media screen and (max-width: 490px) {
    .header {
        width: 100.00%;
    }
    .footer{
        width: 100.00%;
    }
    .breadCrumb {
        width: 100.00%;
    }

    .bgParallax-video {
        width: 100.0%;
        height: 70vh;
        vertical-align: bottom;
        object-fit: cover;
    }