.object-cover {
  object-fit: cover
}
.object-cover.object-fill {
  background-size: contain
}
.bg-[url(/img/mountains.jpg)] {
  background-image: url("../images/Dog1.jpg");
  background-size: contain;
  overflow: initial;
  position: absolute;
  background-repeat: repeat-x
}
.text-shadow {
  text-shadow: #fff 1px 0 10px;
}