html, body {
  overflow-x: hidden;
}

.site-logo img {
  height: 6rem;
  width: auto;
  display: block;
}

@media (min-width: 768px) {
  .site-logo img {
    height: 5rem;
  }
}

.home-image-wrap {
  width: 100% !important;
  max-width: 48rem !important;
  margin: 0 auto !important;
  padding: 0 1rem !important;
  box-sizing: border-box !important;
  overflow: hidden !important;
}

.home-image-wrap picture {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
}

.home-image-wrap .home-hero-image {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  margin: 0 auto !important;
  border-radius: 0.5rem;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.35);
}

@media (max-width: 767px) {
  .home-image-wrap {
    max-width: 26rem !important;
  }
}
