body, body * {
	border: 0;
	outline: 0;
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
*, *:before, *:after {
	box-sizing: inherit;
}
div,
svg,
img {
	width: 300px;
	height: 600px;
	top: 0;
	left: 0;
	position: absolute;
	z-index: 0;
}
#product,
#britishMark,
.copy,
.svgHide {
	visibility: hidden;
}

#container {
	background-color: #000;
	overflow: hidden;
	visibility: visible;
}
#product {
	width: 360px;
	height: 357px;
	top: 121px;
}
#productDetails {
	visibility: visible;
	fill: #fff;
}
#blockBorder,
#ctaBorder {
	fill: none;
	stroke: #fff;
	stroke-width: 4;
	stroke-miterlimit: 10;
}
#ctaBorder { stroke-width: 2; }

#border {
    width: 100%;
    height: 100%;
	fill: white;
    stroke: #cccccc;
    stroke-width: 1px;
    fill-opacity: 0.0;
	stroke-opacity: 1.0;
}
#mainExit {
	cursor: pointer;
	background-color: rgba(255,255,255,0);
}