html, body {
  overflow-x: hidden !important;
}

.footer-widgets-grid {
  display: block !important;
  width: 100% !important;
  overflow-x: hidden !important;
  padding-top: 0 !important;
  margin-top: 0 !important;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

.widget-column1 {
  width: 100% !important;
  max-width: 100% !important;
  float: none !important;
  display: block !important;
  box-sizing: border-box !important;
  padding-top: 0 !important;
  margin-top: 0 !important;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

.widget-column1 > *:first-child {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

.home-photocont img {
  width: 100% !important;
  height: auto !important;
  display: block !important;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  vertical-align: top !important;
}

.home-photocont,
.hover-zoom-img {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  vertical-align: top !important;
}

@media (min-width: 768px) {

  .entry-content .footer-widgets-grid:nth-child(even) {
    display: flex !important;
    flex-direction: row-reverse !important;
  }

  .footer-widgets-grid {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
  }

  .footer-widgets-grid .widget-column1 {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
  }

  .home-photocont {
    display: flex !important;
    align-items: stretch !important;
    margin-top: 0 !important;
    padding-top: 0 !important;
    line-height: 0 !important;
  }

  .home-photocont a,
  .home-photocont .pwa-zoom-link,
  .hover-zoom-link {
    display: flex !important;
    width: 100% !important;
    margin-top: 0 !important;
    padding-top: 0 !important;
    line-height: 0 !important;
  }

  .home-photocont img,
  .hover-zoom-img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
  }

  .home-photocont figure,
  .home-photocont .wp-block-image {
    margin-top: 0 !important;
    padding-top: 0 !important;
    line-height: 0 !important;
  }
}
