/* Keep the PortfolioBox cover slideshow visible on small screens.
   Its mobile stylesheet hides every frame while retaining the section height. */
@media (max-width: 620px) {
  body.sws-home-redesign-page #HGezVVrLsoA4tv4D > figure.Item:not([style*="display: none"]) {
    display: block !important;
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
  }

  body.sws-home-redesign-page #HGezVVrLsoA4tv4D > figure.Item:not([style*="display: none"]) > .imgWrapper,
  body.sws-home-redesign-page #HGezVVrLsoA4tv4D > figure.Item:not([style*="display: none"]) img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
  }

  body.sws-home-redesign-page #HGezVVrLsoA4tv4D > figure.Item:not([style*="display: none"]) img {
    object-fit: cover !important;
  }
}
