.p-home-fv {
  width: 100%;
  margin: 0;
  padding: 0;
}
.p-home-fv picture {
  display: block;
  width: 100%;
}
.p-home-fv picture img {
  display: block;
  width: 100%;
  height: auto;
}
@media (min-width: 1025px) {
  .p-home-fv {
    width: 100%;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    overflow-x: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .p-home-fv picture {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .p-home-fv picture img {
    width: 100%;
    min-width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}/*# sourceMappingURL=fv.css.map */