.lightbox{
	background-color: lightgrey;
    margin: 5% 5%;
    border-radius: 25px;
    padding: 10%;
}
.buttoncopy{
	max-width: 300px;
    margin: auto;
    display: block;
	text-align: center;

}
li{
	line-height: 1.75rem;
    font-size: 1.5rem;
}

.buttonwrap{
	max-width: 321px;
    margin: 25px auto;
}
#sustainable {
	background-image:url('/images/warehouse/sustainable-packaging-example.png');
	background-repeat:no-repeat;
	background-position: 84% 54%;
    min-height: 448px;
}
#fun {
    background-image: url(/images/warehouse/tie-dye-poly-mailer-example.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 12% 50%;
    min-height: 530px;
}
#deliver {
	background-image:url('/images/warehouse/deliver-custom-package.png');
	background-size:cover;
	background-repeat:no-repeat;
	background-position: 55% 50%;
    min-height: 300px;
}
#stickerpack {
	background-image:url('/images/warehouse/sticker-pack.png');
	background-size:cover;
	background-repeat:no-repeat;
	background-position: 100% 50%;
    min-height: 300px;
}
#stickerpacktwo {
	background-image:url('/images/warehouse/sticker-pack-2.png');
	background-size:cover;
	background-repeat:no-repeat;
	background-position: 80% 50%;
    min-height: 615px;
}
#stickerpackthree {
	background-image:url('/images/warehouse/sticker-pack-3.png');
	background-size:cover;
	background-repeat:no-repeat;
	background-position: 80% 50%;
    min-height: 615px;
}
#hangtags {
	background-image:url('/images/warehouse/hang-tags.png');
	background-size:cover;
	background-repeat:no-repeat;
	background-position: 80% 50%;
    min-height: 615px;
}
#packinbanner {
	background-image:url('/images/warehouse/gift-card-banner.png');
	background-size:cover;
	background-repeat:no-repeat;
	background-position: 48% 50%;
    min-height: 300px;
}
#couponbanner {
	background-image:url('/images/warehouse/gift-card-banner-2.png');
	background-size:cover;
	background-repeat:no-repeat;
	background-position: 80% 50%;
    min-height: 300px;
}
#productfinishing {
	background-image:url('/images/warehouse/product-finishing.png');
	background-size:cover;
	background-repeat:no-repeat;
	background-position: 80% 50%;
    min-height: 300px;
}
#privatelabelbranding {
	background-image:url('/images/warehouse/private-label-branding.png');
	background-size:cover;
	background-repeat:no-repeat;
	background-position: 80% 50%;
    min-height: 300px;
}
#premiumbranding {
	background-image:url('/images/warehouse/premium-clothing-branding.png');
	background-size:cover;
	background-repeat:no-repeat;
	background-position: 28% 50%;
    min-height: 300px;
}
.secondbutton{
	width: 450px;
    margin-bottom: 45px;
	
}
.fit{
	padding: 2%;
	max-width: none;
}
#warehousecontainer{
	background-image:url('/images/warehouse/merchandise-background.jpg');
	background-repeat:no-repeat;
	background-position: 50% 54%;
    min-height: 600px;
	background-size:cover !important;
}
p{
	max-width:90%;
}
@media screen and (min-width:768px) {
	p{
	max-width:800px;
	color:black !important;
	font-size:1rem !important;
	}	
	
	#sustainable {
	background-position: 50% 54%;
    min-height: 448px;
	}
	.lightbox{
	background-color: lightgrey;
    margin: 2% 18%;
    border-radius: 25px;
	}
	.buttoncopy{
	max-width: 500px;
	}
	#fun {
	background-position: 80% 50%;
    min-height: 615px;
	}
	.buttonwrap{
	max-width: 400px;
	padding:15px;
	}

}


