.sizee-img{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate3d(-50%,-50%,0);
}
.sizee-cover.portait{
	width: 100%;
	height: auto;
}

.sizee-cover.landscape{
	width: auto;
	height: 100%;
}
