/*Dynamic custom CSS - add your custom styles here://

/*Custom captions on inbult captions on videos*/
.caption {
	font-size: 20px!important;
	width: 100%!important;
	margin-bottom: 0!important;
	bottom: 100px!important;
}

.caption p {
	background-color: #010109;
	color: #fff!important;
	text-shadow: none !important;
}

 /*Adds an outline to the main SL window on desktop and mobile*/
#slide {
	outline:solid 1px white !important;
} 

/* Lines 23- 25: Takes off the SL360 background so we can then add our own, comment out if you want to use the in-built SL360 background colour.*/
/*#frame {
	background: none !important;
}
*/
/*Adds a shadow to the main SL window on desktop and mobile*/
/*#slide {
	box-shadow:0px 0px 2px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow:0px 0px 2px 2px rgba(0,0,0,0.1);
}

.is-mobile .slide-container {
	box-shadow:0px 0px 2px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow:0px 0px 2px 2px rgba(0,0,0,0.1);
}*/


/* Make scrub bar on videos non-clickable, please see other javascript triggers on video pages within SL */
.hideseeker .video-seekbar { pointer-events: none !important; }
.hideseekerHitarea .video-seekbar-hitarea { pointer-events: none !important; }

