/*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: #fff;
	color: #000!important;
	text-shadow: none !important;
} */

 /*Adds an outline to the main SL window on desktop and mobile*/
#slide {
	border: 1px solid #fff;
} 

/* 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;
}

/* Fix for using modern player. Stops the resume screen appearing over the content when resuming a module. */
#mobile-start-container {
position: relative;
}

/* 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; }

/*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);
}*/


