.masonryLeft>.masonryColSmall,
.masonryLeft>.masonryColSmall a img,
.masonryLeft>.masonryColLarge,
.masonryColLarge a,
.masonryLeft>.masonryColLarge a .masonryImgLarge,
.masonryColLarge img,
.masonryRight>.masonryColSmall img,
#bigImage img {
	width: 100%;
}

.masonryColLarge.lastChanceBuys {
	margin-right: 20px;
}

.masonryColLarge.lastChanceBuys .masonryImgLarge {
	max-width: 920px;
}

#homeWrapper,
#bigImage {
	display: flex;
	flex-direction: column;
	align-items: center;
}

#homeWrapper {
	width: 100%;
	margin: 0 auto;
	padding: 10px 15px;
	box-sizing: border-box;
	max-width: 1600px;

}

#bigImage {
	position: relative;
	margin-bottom: 25px;
	margin-top: 25px;
	box-sizing: border-box;
}

#conditionsText {
	color: #fff;
	font-family: "Quattrocento Sans";
}

#bigImage #orderOnlineBox {
	position: absolute;
	top: 35%;
	left: 205px;
	background: rgb(0, 0, 0, 0.3);
	padding: 25px 35px;
	width: 100vw;
	max-width: 500px;
	box-sizing: border-box;
	font-family: 'Quattrocento Sans';
}

#bigImage #orderOnlineBox #orderOnlineText {
	font-size: 95px;
	font-weight: bold;
	font-family: 'Quattrocento Sans';
	color: #fff;
}

#bigImage #orderOnlineBox #shippingTextLine {
	display: flex;
	flex-direction: row;

	font-weight: bold;
	font-size: 25px;
	text-transform: uppercase;
	font-family: 'Quattrocento Sans';
	color: #fff;
}
#promotionsSection a:nth-child(1) img{
	border:2px solid #ccc;
}
.homeBannerText,
.masonryTextLarge,
.masonryImageText {
	color: #fff;
	text-transform: uppercase;
	font-family: 'Quattrocento Sans';
}

.masonryRight {
	display: flex;
	flex-direction: row;
	justify-content: center;
	width: 100%;

}

.masonryRight>.masonryColSmall {
	display: flex;
	flex-direction: column;
	width: 100%;
	margin-right: 20px;
}

.masonryImageBox {
	position: relative;
	width: 100%;
}

.masonryImageBox.promoBox{
	max-width:773px;
	max-height: 440px;
} 
.masonryImageText {
	position: absolute;
	top: 15px;
	right: 15px;
	text-transform: uppercase;
	font-size: 21px;
	text-shadow: 1px 2px rgb(0, 0, 0, 0.3)
}

.masonryTextLarge {
	position: absolute;
	top: 15px;
	right: 40px;
	text-transform: uppercase;
	font-size: 21px;
	text-shadow: 1px 2px rgb(0, 0, 0, 0.3)
}

.masonryColSmall.top {
	display: grid;
	grid-template-rows: 0.92fr 1fr;
	gap: 12px
}
.projectText {
	position: absolute;
	top: auto;
	bottom: 65px;
	width: 250px;
}

.masonryRight>.masonryColLarge {
	display: flex;
	justify-content: flex-end;
	width: 100%;
	position: relative;

}

.masonryColLarge>.masonryTextLarge {
	position: absolute;
	top: 15px;
	right: 15px
}

.projectImg {
	max-width: 800px !important;
}

.homeBanner {
	width: 100%;
	position: relative;
	margin-bottom: 15px;
}

.homeBanner>.homeBannerText {
	position: absolute;
	top: 10px;
	right: 25px;
	font-size: 21px;
}

.homeBanner img {
	width: 100%;
}

.masonryLeft {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 100%;
}

#instagramSection {
	position: relative;
	width: 100%;
	margin-bottom: 25px;
}

#instagramSectionWrap {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

#imgWrap {
	display: flex;
	justify-content: space-between !important;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
}

#imgWrap .instaImg {
	width: 100%;
	max-width: 210px;
}

#instagramSection #sectionText {
	display: flex;
	flex-direction: column;
	align-items: center;
	position: absolute;
	top: 30%;
	text-align: center;
	width: 100%;
	max-width: 350px;
	font-size: 25px;
	background: rgb(255, 255, 255, 0.9);
	padding: 15px 0;
	color: #000;
	font-family: "Quattrocento Sans"
}

#instagramSection #sectionText:hover {
	text-decoration: underline !important;
}

.masonryColSmall a img {
	margin-bottom: 15px;
}

#promotionsSection {
	display:grid;
	grid-template-columns:1fr 1fr;
	gap:20px;
	margin-bottom:20px;
}

#promotionsSection a{
	width:100%;
	display: flex;
	max-width: 773px;
	max-height: 440px;
}
#promotionsSection img {
	display: flex;
	align-items: flex-start;
	width: 100%;
	max-width: 773px;
	max-height: 440px;
}

.promoBox img {
	border: 2px solid #ccc;
}

@media screen and (max-width:789px) {
	#promotionsSection {
		grid-template-columns: 1fr
	}

	#promotionsSection img, .bottomPromoBox {
		width: 100%;
    border:2px solid #ccc;
		max-width:600px;
	}

	#promotionsLeft {
		margin: 0;
		border: none;
		width: 100%;
	}

	#promotionsRight {
		margin-left: 0;
		margin-top: 15px;
		border: none;
	}

	.masonryRight>.masonryColSmall {
		margin: 0
	}

	.masonryRight,
	.masonryLeft {
		flex-direction: column;
		align-items: center;
	}

	.masonryColLarge {
		max-width: 600px !important;
	}

	.masonryColSmall a img {
		max-width: 600px;
	}

	.masonryImageText,
	.masonryTextLarge {
		right: 90px;
		text-align: right;
	}

	.masonryImageBox,
	.homeBanner {
		display: flex;
		justify-content: center;
	}

	.homeBanner {
		margin: 15px 0
	}

	.homeBannerText {
		right: 35px !important;
	}

	.homeBanner img {
		max-width: 600px;
	}

	.masonryColLarge.lastChanceBuys {
		margin-right: 0;
		margin-bottom: 15px;
	}

	.chandeliersLarge .masonryTextLarge {
		right: 15px
	}

	.lastChanceBuys .masonryTextLarge {
		right: 20px !important;
	}

	#bigImage img {
		max-width: 600px;
	}

	#bigImage #orderOnlineText {
		font-size: 45px !important;
	}

	#bigImage #orderOnlineBox {
		display: flex;
		flex-direction: column;
		left: 0 !important;
		text-align: center;
		width: 100%;
		max-width: 100% !important;
	}

	#bigImage #shippingTextLine {
		justify-content: center;
	}
}


@media screen and (max-width:500px) {
	#bigImage #orderOnlineBox {
		left: 0;
		max-width: 100%;
	}
}

@media screen and (max-width:485px) {
	#orderOnlineBox {
		top: 0 !important;
	}

	#orderOnlineBox #shippingText,
	#orderOnlineBox #minimumAmountText {
		font-size: 16px;
	}

	.homeBannerText {
		right: 5px !important;
	}

	.masonryImageText,
	.masonryTextLarge {
		right: 15px;
		text-align: right;
	}
}