
	.right-text {
		position: relative;
	}
	.right-text::after {
    content: "*with minimum payment of $40, t-shirt design subject to change";
    display: block;
    position: absolute;
    text-align: center;
    margin: 0px auto;
    color: gray;
    font-size: 12px;
    font-weight: bold;
    width: 100%;
    margin-top: 2%;
	line-height: 14px;
    text-shadow: 0px 0px 14px #fff;
	font-family: "klavika-web-condensed", "klavika-web", "klavika", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
	.bottom-lightbox::after {
		content: "*with minimum payment of $40, t-shirt design subject to change";
		display: block;
		position: absolute;
		text-align: center;
		margin: 0px auto;
		color: gray;
		font-size: 1vw;
		font-weight: bold;
		width: 100%;
		margin-top: 0%;
    	line-height: 1.2vw;
    	text-shadow: 0px 0px 14px #fff;
   		font-family: "klavika-web-condensed", "klavika-web", "klavika", "Helvetica Neue", Helvetica, Arial, sans-serif;
	}
	@media screen and (max-width: 768px){
		.right-text::after {
			margin-top: 11%;
			line-height: 2.2vw;
			font-size: 1.8vw;
		}
		.bottom-lightbox::after {
			text-align: right;
			margin-top: 3%;
			right: 5% !important;
			font-size: 2vw;
		}
	}
	@media screen and (max-width: 480px){
		.right-text::after {
			 margin-top: 1% !important;
			font-size: 10px;
		}
	}