.image-constructed{
    background-repeat: no-repeat;
    height: calc(100% - 6px);
    width: calc(100% - 6px);
    background-size: 100%;
    position: absolute;
    left: 3px;
    top: 3px;
}
.constructed-option {
    display: block;
    position: absolute;
	height: 100%;
	width: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

}

