.illust{
  display: flex;
  width: 100%;
  height:auto;
  img{
    object-fit: cover;
    object-position: center;
    aspect-ratio: 4/3;
    width: 100%;
    height:auto;
  }
}