.bnrList a[href='/product/zilbrysq/qa'],
.bnrList a[href='/product/rystiggo/qa'] {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height:  100%;
	text-decoration: none;
}

.bnrList a[href='/product/zilbrysq/qa'] .img,
.bnrList a[href='/product/rystiggo/qa'] .img {
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 2 / 1;
}

.bnrList a[href='/product/zilbrysq/qa'] .txt,
.bnrList a[href='/product/rystiggo/qa'] .txt {
    flex-grow: 0;
}

.bnrList a[href='/product/zilbrysq/qa'] .img article,
.bnrList a[href='/product/rystiggo/qa'] .img article {
    width: 86%;
}