section.kv {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
section.kv .image-proportion {
  height: 0 !important;
  padding-bottom: 37.5%;
  position: relative;
}
section.kv .image-proportion > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
}
section.kv .image-proportion .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
}
section.kv .image-proportion .image-lg {
  display: block;
}
section.kv .image-proportion .image-sm {
  display: none;
}
@media only screen and (max-width: 576px) {
  section.kv .image-proportion {
    padding-bottom: 100%;
  }
  section.kv .image-proportion .image-lg {
    display: none;
  }
  section.kv .image-proportion .image-sm {
    display: block;
  }
}/*# sourceMappingURL=pc.css.map */