.ic-work-content {
  .wp-block-image {
    width: 100% !important;
  }

  img {
    box-shadow: 10px 10px 0 0 var(--wp--preset--color--base-dark);
    transition: box-shadow 0.1s ease-in-out;
    flex: 1;
    width: 100% !important;

    object-fit: cover !important;
    height: 100% !important;
  }

  img:hover {
    box-shadow: 0 0 0 0 var(--wp--preset--color--base-dark);
  }
}
