@media (max-width: 640px) {
  header.coverPhoto > img#kvBg, header.coverPhoto > video#kvBg {
    -o-object-fit: contain;
    object-fit: cover;
  }
}