:root {
    --wh100: 100%;
}
.template-index img {
    width: var(--wh100);
    height: var(--wh100);
}