.collumn {
    display: flex;
    flex-direction: column;
}

.row {
    display: flex;
    flex-direction: row;
}

.image-wrap {
    width: 100%;
}

.image-wrap img {
    position: absolute;
}

.image-wrap input {
    display: none;
}