.img-row {
    display: flex;
    gap: 15px;
}

.goshi-img {
    position: relative;
    width: 33.33%;
}

.goshi-img img:not(.img-notch) {
    width: 100%;
    margin: 0;
}

.img-notch {
    width: auto;
    position: absolute;
    height: 18px;
    top: 0;
    right: 0;
}