

.np-eyecatch {
  position: relative;
  padding: 30px 0 30px 0;
}

.np-eyecatch img {
  position: relative;
    height: 560px;
    object-fit: cover;
    min-height: 100%;
    min-width: 100%;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 7vw));
}

@media (max-width: 768px) {
  .np-eyecatch img {
    height: 100%;
    width: 100%;
  }
}

