
.backgroundProduct{		
	background-image:url('/images/woven-labels/backgrounds/t-shirt-with-flat.jpg');
	background-repeat:no-repeat;
	background-size: 500px;
    background-position-x: -19px;
	}
	
.backgroundContainer{
	height: 500px;
    width: 550px;
    display: inline-block;
}

.private-label-choice {
    height: 550px;
    max-width: 700px;
    background-color: white;
    color: black;
}
.private-label-blank,.private-label-printed {
    width: 49%;
    float: left;
    margin-left: 1%;
}
.private-label-blank {
    border-right: 1px solid #976203;
}

	
@media screen and (min-width:768px){
	#wvnlabel .idRightContainer0{
		position: absolute;
		left: -30px;
		top: -90px;
	}
	#wvnlabel .customizer{
		margin-top:30px;
	}
	.upgrade{
		font-size:1.75rem;
		padding:25px;
		line-height: .9rem;
	}
	.upgrade span{
		font-size:1.25rem;
	}
}

@media screen and (min-width:1025px){


}