.posify-pc-image .overlay{
	/* 2018-11-19 jaydon: self define width height */
	/* 2018-6-7 jaydon: background iamge to <img> */
	position: absolute;
	overflow:hidden;
	/* 202-3-5 - TK: reset line height */
	line-height:normal;
}
.posify-pc-image .text-content{
    position: relative;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.pc-component-image {
    /* height: 100%; */
    /* 2018-5-25 jaydon: background iamge to <img> */
    height: auto;
}
.image-component{
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
}

