#sizeGuideModalTab {
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100vw;
	height:100vh;
	background:rgba(0,0,0,0.7);
	justify-content:center;
	align-items:center;
	z-index:9999;
}

.sizeGuideBackground {
	max-width: 70vw;
	overflow:hidden;
	position:relative;
}

#closeSizeGuideTab {
	position: absolute;
	top: 0;
	right: 0;
	background: none;
	border: none;
	font-size: 1.5em;
	cursor: pointer;
	width: 55px;
	margin: 0;
	padding: 0;
}