.page-banner img {
  object-fit: cover;
  width: 100%;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  height: auto;
}

@media (max-width:767.8px) {
  .desktop-only {
    display: none !important
  }
  .page-banner img {
    object-fit: contain;
}

@media (min-width:768px) {
  .mobile-only {
    display: none !important
  }
}