.posify-pc-qrcode {
   height: 100%;
}
.qr-container {
	width:100%;
	height:100%;
}
.qr-container > img {
	width:100%;
}
.qrcode-component{
    height: 100%;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}
