body { 
  background: url(/media/1991/segal-holiday-peace-2018-background.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; 
}

html, body{height:100%; margin:0;padding:0}

h2 {
    font-size: 44px;
    line-height: 54px;
	color: #001c71;
    font-weight: 900;
}

/* video player override styles */

.video-js {
	background-image:   linear-gradient(0deg, rgba(0,28,113,0.75) 0%, rgba(0,28,113,0) 80%, rgba(0,28,113,0) 100%);
	 /* override other styles to make responsive */
  width: 100% !important;
	height: auto !important;
}

.video-js:focus {
	outline: -webkit-focus-ring-color auto 0px;
}

.vjs-big-play-button {
    /*font-size: 72px;
	text-align: center;
    line-height: 120px;*/
    height: 120px;
    width: 120px;
    display: block;
    position: absolute;
	z-index: 3;
	top: 50%;
  	left: 50%;
  	transform: translate(-50%, -50%);
    padding: 0;
    cursor: pointer;
    opacity: 1;
    border: 3px solid #ffffff;
	color: #fff;
	background-color: transparent;
	/*background-color: rgba(43, 51, 63, 0);
    background: linear-gradient(60deg, rgba(59,192,204,.75) 0%, rgba(59,192,204,.75) 40%, rgba(255,255,255,0) 40%, rgba(255,255,255,0) 100%);*/
    border-radius: 50%;
    transition: all 0.4s;
	
	animation: playPulse 1s infinite;
}

.play-triangle {
	
  position: absolute; 
	top: 50%;
  	left: 50%;
  	transform: translate(-40%, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 35px 0 35px 55px;
  border-color: transparent transparent transparent rgba(29,202,211,1);
}

.video-div {
	cursor: pointer;
}

.video-div:hover .vjs-big-play-button {
	background-color: #ffffff;
	color: rgba(29,202,211,1);
	/*background-color: rgba(43, 51, 63, 0);
	background: linear-gradient(60deg, rgba(59,192,204,1) 0%, rgba(59,192,204,1) 40%, rgba(255,255,255,0) 40%, rgba(255,255,255,0) 100%);*/
}

.video-div .vjs-big-play-button:hover {
	background-color: #ffffff;
	color: rgba(29,202,211,1);
	/*background: linear-gradient(60deg, rgba(59,192,204,1) 0%, rgba(59,192,204,1) 40%, rgba(255,255,255,0) 40%, rgba(255,255,255,0) 100%);*/
}


/* end video player styles */