header {
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 1000;
}
.project-heading {
        text-shadow: 1px 1px 5px black;
    }
.project-heading-wh {
        text-shadow: 1px 1px 5px white;
    }
figure.hover-caption-display { 	
	position: relative;
	overflow: hidden; 
}
figure.hover-caption-display > figcaption { 
	position: absolute;
	left: 0px;
	right: 0px;
	height: 30px;
	line-height: 30px;
	bottom: -50px;
	font-size: 0.7rem;
	text-align: center;
	background: rgba( 256,256,256,.8 ); 
	color: #000; 
	transition: bottom 500ms;}
figure.hover-caption-display:hover > figcaption {
	bottom: 1%;
	transition: bottom 500ms; }
.frontheader {
    margin-top: -36px !important;
}
.srp-play-button {
    transition: all 0.3s ease;
}
.srp-play-button:focus {
    outline: none;
    color: #e0e0e0;
}