#PreviewPicture,#PreviewTemplatePicture {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center center;
  background-repeat: no-repeat;
  background-size:contain;
}

#coupon-text{
	color: #000;
	text-transform: uppercase;
	background: #fff;
	padding: 5px;
	font-weight: 600;
	font-size: 18px;
}

#coupon-text.top_right{
	position: absolute;
	right: 50px;
	top: 10px;
}
#coupon-text.top_left{
	position: absolute;
	left: 20px;
	top: 10px;
}



