/* 横長画像 */

.wide-img-wrapper {

    figure {
        width: 100%;

        img {
            width: 100%;
            object-fit: cover;
        }
    }

    .wide-img-200 img{
        height: 200px;
    }

    .wide-img-300 img{
        height: 300px;
    }
}