:root {
 --nav-height: 72px;
}

@media screen and (max-width: 767px) {
	:root {
		 --nav-height: 107px;
	}
	
	.pdp-mobile-fullwidth{
		width: 100%;
	}
}

.pdp{
overflow:clip;
}
.pdp-center{ text-align: center !important; }
.pdp-left{ text-align: left !important; }
.pdp-right{ text-align: right !important; }
.hero-video:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    box-shadow: inset -1px 1px 30px 40px #ffffff;
    width: 100%;
    height: 100%;
}

.w-slider-dot {
color: #D3D3D3 !important;
background: none !important;
border: 3px solid #D3D3D3 !important;
}
 
.w-slider-dot.w-active {
background: #D3D3D3 !important;
border: 3px solid #D3D3D3 !important;
}

.show{ display: block !important; }
.visuallyshow{ opacity: 1 !important; }

/* VIDEO & CTRLS DISPLAY */
.pdp-video-cont{
    position: relative;
    max-width: 1200px;
/*    margin: 5rem auto 2rem;*/
	margin: 0 auto;
    text-align: right;
}

.ctrl-nav{ padding: 6px 12px 0 0; }

.ctrl-nav button,
button.js-modal-close{
	background: transparent;
	padding: 6px;
}

.ctrl-nav button:focus,
button.js-modal-close:focus{
	outline: 0;	
}

.ctrl-nav svg,
.js-modal-close svg{
    width: 48px;
    height: 48px;
    fill: none;
/*    stroke: #fcfbfa;*/
	stroke: #2a2a2a;
    stroke-width: 0.75;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.js-modal-link{
color: var(--accent-color) !important;
    align-self: center;
    margin-bottom: 0;
    text-decoration: none;
    display: block;
}

.js-modal-link:hover {
    color: var(--accent-color) !important;
}


/* HOTSPOT */

.interactive-hotspot-contain{
	--coord-x: 0;
	--coord-y: 0;
	transform: translate(var(--coord-x), var(--coord-y));
}

.interactive-hotspot-point.w-active{
	transform: scale(1.5);
}

.interactive-hotspot-point.w-active .point-centre{
	outline: 4px solid #f9705f;
}
